C# 클래스 Eocron.Core.Ast.AstCollectionNodeBase

상속: AstNodeBase
파일 보기 프로젝트 열기: eocron/ORegex

공개 프로퍼티들

프로퍼티 타입 설명
Children AstNodeBase[]

공개 메소드들

메소드 설명
GetChildren ( ) : IEnumerable

보호된 메소드들

메소드 설명
AstCollectionNodeBase ( IEnumerable children, Range range ) : System.Collections.Generic

메소드 상세

AstCollectionNodeBase() 보호된 메소드

protected AstCollectionNodeBase ( IEnumerable children, Range range ) : System.Collections.Generic
children IEnumerable
range Range
리턴 System.Collections.Generic

GetChildren() 공개 메소드

public GetChildren ( ) : IEnumerable
리턴 IEnumerable

프로퍼티 상세

Children 공개적으로 프로퍼티

public AstNodeBase[] Children
리턴 AstNodeBase[]