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
Name | Type | Description |
---|---|---|
type | IClass | Field type (class type) |
Return value
- IFieldCollection