C# 클래스 Ink.Parsed.ContentList

상속: Parsed.Object
파일 보기 프로젝트 열기: inkle/ink 1 사용 예제들

공개 메소드들

메소드 설명
ContentList ( ) : System.Collections.Generic
ContentList ( List objects ) : System.Collections.Generic
GenerateRuntimeObject ( ) : Runtime.Object
ToString ( ) : string
TrimTrailingWhitespace ( ) : void

메소드 상세

ContentList() 공개 메소드

public ContentList ( ) : System.Collections.Generic
리턴 System.Collections.Generic

ContentList() 공개 메소드

public ContentList ( List objects ) : System.Collections.Generic
objects List
리턴 System.Collections.Generic

GenerateRuntimeObject() 공개 메소드

public GenerateRuntimeObject ( ) : Runtime.Object
리턴 Runtime.Object

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TrimTrailingWhitespace() 공개 메소드

public TrimTrailingWhitespace ( ) : void
리턴 void