IWithFields Interface

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

Definition

Defines a contract for types that can declare fields.
public interface IWithFields
Implemented by

Properties

FieldsGets all the public or protected fields declared by the type.
HasFieldsGets a value indicating whether the type has any public or protected fields.