Reflector..::..GetProperties Method (Type)

Gets the properties.

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public static PropertyInfo[] GetProperties(
	Type type
)
Public Shared Function GetProperties ( _
	type As Type _
) As PropertyInfo()
public:
static array<PropertyInfo^>^ GetProperties(
	Type^ type
)

Parameters

type
Type: Type
The type.

Return Value

PropertyInfo[][].

See Also


GetProperties Overload