C# 클래스 Entitas.Serialization.Configuration.Properties

파일 보기 프로젝트 열기: sschmid/Entitas-CSharp

공개 메소드들

메소드 설명
HasKey ( string key ) : bool
Properties ( ) : System
Properties ( string properties ) : System
ToString ( ) : string
this ( string key ) : string

비공개 메소드들

메소드 설명
addProperties ( string lines ) : void
convertLineEndings ( string str ) : string
getLinesWithProperties ( string properties ) : string[]
mergeMultilineValues ( string lines ) : string[]
replacePlaceholders ( ) : void

메소드 상세

HasKey() 공개 메소드

public HasKey ( string key ) : bool
key string
리턴 bool

Properties() 공개 메소드

public Properties ( ) : System
리턴 System

Properties() 공개 메소드

public Properties ( string properties ) : System
properties string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

this() 공개 메소드

public this ( string key ) : string
key string
리턴 string