Click or drag to resize
BinarySerializationReflectionUtilsReflectProperties Method
Enumerates all instance properties of the specified type who have the SerializeMemberAttribute applied, ordered by name.

Namespace: Slash.Serialization.Binary
Assembly: Slash.Serialization (in Slash.Serialization.dll) Version: 1.0.6018.40176
Syntax
public static IEnumerable<PropertyInfo> ReflectProperties(
	Type type
)

Parameters

type
Type: SystemType
Type to enumerate instance properties of.

Return Value

Type: IEnumerablePropertyInfo
Instance properties of the specified type who have the SerializeMemberAttribute applied, ordered by name.
See Also