Click or drag to resize

TypeInfoUtilsGetPublicProperty Method

Searches for the public property with the specified name.

Namespace:  Slash.Unity.DataBind.Core.Utils
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static PropertyInfo GetPublicProperty(
	Type type,
	string name
)

Parameters

type
Type: SystemType
Type to search in.
name
Type: SystemString
The string containing the name of the public property to get.

Return Value

Type: PropertyInfo
An object that represents the public property with the specified name, if found; otherwise, null.
See Also