Skip to main content

IClass.GetFieldsOf method

Namespace: NextDesign.Core

Description

Gets the fields of the specified type for this class.
Fields of primitive types and enumerations cannot be retrieved with this method.
Use GetFieldsByType() to get primitive and enum fields by data type.

argument

NameTypeDescription
typeIClassField type (class type)

Return value

  • IFieldCollection