ITypeDefinition Interface
Provides the base requirements of a type definition.
public interface ITypeDefinition : ITypeReference, IReflectionDefinition
Properties
BaseTypes
The collection of base type references.
Docstring
The docstring for the type.
Fields
The collection of fields defined in the type.
IsPublic
Indicates whether the type is public.
Methods
The collection of methods defined in the type.
NestedTypes
The collection of nested types defined in the type.
TextRange
The TextRange of the type definition, if known.