C# 클래스 YamlScalar, RightGridWindowsImplementation

상속: YamlNode
파일 보기 프로젝트 열기: rs-services/RightGridWindowsImplementation 1 사용 예제들

공개 메소드들

메소드 설명
ParseScalar ( string scalar ) : YamlScalar,
Type ( ) : string
WriteScalar ( ) : string

메소드 상세

ParseScalar() 공개 정적인 메소드

public static ParseScalar ( string scalar ) : YamlScalar,
scalar string
리턴 YamlScalar,

Type() 공개 추상적인 메소드

public abstract Type ( ) : string
리턴 string

WriteScalar() 공개 메소드

public WriteScalar ( ) : string
리턴 string