C# Class StarkPlatform.Compiler.Features.RQName.Nodes.RQUnconstructedType

Inheritance: RQTypeOrNamespace
Datei anzeigen Open project: stark-lang/stark Class Usage Examples

Public Properties

Property Type Description
TypeInfos ReadOnlyCollection

Public Methods

Method Description
RQUnconstructedType ( IList namespaceNames, IList typeInfos ) : System.Collections.Generic

Protected Methods

Method Description
AppendChildren ( List childList ) : void

Method Details

AppendChildren() protected method

protected AppendChildren ( List childList ) : void
childList List
return void

RQUnconstructedType() public method

public RQUnconstructedType ( IList namespaceNames, IList typeInfos ) : System.Collections.Generic
namespaceNames IList
typeInfos IList
return System.Collections.Generic

Property Details

TypeInfos public_oe property

public ReadOnlyCollection TypeInfos
return ReadOnlyCollection