Click or drag to resize
ReflectionUtilsGetProperties Method

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

Namespace: Slash.Reflection.Utils
Assembly: Slash.Reflection (in Slash.Reflection.dll) Version: 1.0.6018.40175
Syntax
public static PropertyInfo[] GetProperties(
	Type type
)

Parameters

type
Type: SystemType

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

Return Value

Type: PropertyInfo

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

See Also