Table of Contents

Class TypeDefinitionsContainer

Namespace
Loehnert.Lisrt.DummyPart
Assembly
Loehnert.Lisrt.DummyPart.dll

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

string

Types

Gets or sets the type definitions.

public List<TypeDefinition> Types { get; set; }

Property Value

List<TypeDefinition>