Click or drag to resize

TypeInfoUtilsGetPublicField Method

Searches for the public field 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 FieldInfo GetPublicField(
	Type type,
	string name
)

Parameters

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

Return Value

Type: FieldInfo
An object representing the public field with the specified name, if found; otherwise, null.
See Also