Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 504 Bytes

i.8.4-type-members.md

File metadata and controls

2 lines (2 loc) · 504 Bytes

I.8.4 Type members

As stated above, the type defines the allowable values and the allowable operations supported by the values of the type. If the allowable values of the type have a substructure, that substructure is described via fields or array elements of the type. If there are operations that are part of the type, those operations are described via methods on the type. Fields, array elements, and methods are called members of the type. Properties and events are also members of the type.