CompositeTypeAdapter.GetFields Method

Namespace
Kampute.DocToolkit.Metadata.Adapters
Assembly
  • Kampute.DocToolkit.dll

Definition

Retrieves the visible fields declared by the type.
protected virtual IEnumerable<FieldInfo> GetFields()

Returns

IEnumerable<FieldInfo>
An enumeration of IField objects representing the fields declared by the type.