PrimitiveTypeAdapter.GetFields Method

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

Definition

Retrieves the fields declared by the primitive type.
protected virtual IEnumerable<IField> GetFields()

Returns

IEnumerable<IField>
An enumerable collection of IField objects representing the fields (usually constants) declared by the type.