C# 클래스 StarkPlatform.Compiler.Features.RQName.Nodes.RQUnconstructedType

상속: RQTypeOrNamespace
파일 보기 프로젝트 열기: stark-lang/stark 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
TypeInfos ReadOnlyCollection

공개 메소드들

메소드 설명
RQUnconstructedType ( IList namespaceNames, IList typeInfos ) : System.Collections.Generic

보호된 메소드들

메소드 설명
AppendChildren ( List childList ) : void

메소드 상세

AppendChildren() 보호된 메소드

protected AppendChildren ( List childList ) : void
childList List
리턴 void

RQUnconstructedType() 공개 메소드

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

프로퍼티 상세

TypeInfos 공개적으로 프로퍼티

public ReadOnlyCollection TypeInfos
리턴 ReadOnlyCollection