Class TypeDefinitionsContainer
Represents a container for type definitions.
public class TypeDefinitionsContainer
- Inheritance
-
TypeDefinitionsContainer
- Inherited Members
Properties
Identifier
Gets or sets the identifier.
public string Identifier { get; set; }
Property Value
Types
Gets or sets the type definitions.
public List<TypeDefinition> Types { get; set; }