Table of Contents

Class DefaultTypePropertyNavigator

Namespace
Yarhl.IO.Serialization
Assembly
Yarhl.dll

Field navigator for types that iterate over public non-static properties only. It includes inherited properties. It follows the order given by the order attribute.

public class DefaultTypePropertyNavigator : ITypeFieldNavigator
Inheritance
DefaultTypePropertyNavigator
Implements
Inherited Members

Methods

IterateFields(Type)

Iterate over the fields of a given type using reflection with enumerables.

public virtual IEnumerable<FieldInfo> IterateFields(Type type)

Parameters

type Type

The type to iterate over fields.

Returns

IEnumerable<FieldInfo>

Enumerable to iterate over its fields.