Click or drag to resize
BinarySerializationReflectionUtilsReflectFields Method
Enumerates all instance fields 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<FieldInfo> ReflectFields(
	Type type
)

Parameters

type
Type: SystemType
Type to enumerate instance fields of.

Return Value

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