Click or drag to resize
ReflectionUtilsGetProperty Method

[Missing <summary> documentation for "M:Slash.Reflection.Utils.ReflectionUtils.GetProperty(System.Type,System.String)"]

Namespace: Slash.Reflection.Utils
Assembly: Slash.Reflection (in Slash.Reflection.dll) Version: 1.0.6018.40175
Syntax
public static PropertyInfo GetProperty(
	Type type,
	string name
)

Parameters

type
Type: SystemType

[Missing <param name="type"/> documentation for "M:Slash.Reflection.Utils.ReflectionUtils.GetProperty(System.Type,System.String)"]

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Slash.Reflection.Utils.ReflectionUtils.GetProperty(System.Type,System.String)"]

Return Value

Type: PropertyInfo

[Missing <returns> documentation for "M:Slash.Reflection.Utils.ReflectionUtils.GetProperty(System.Type,System.String)"]

See Also