C# 클래스 XLibrary.XDef

파일 보기 프로젝트 열기: swax/CodePerspective 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Arrays string
DefType XDefType
GenericCount int?
Generics XLibrary.XDef[]
Mods String
Name string
Remains string
SubDef XDef

공개 메소드들

메소드 설명
GetFullName ( ) : string
GetShortName ( ) : string
Parse ( string input ) : string
ParseAndCheck ( string input ) : XDef
Test ( ) : void
XDef ( ) : System
XDef ( string root ) : System

메소드 상세

GetFullName() 공개 메소드

public GetFullName ( ) : string
리턴 string

GetShortName() 공개 메소드

public GetShortName ( ) : string
리턴 string

Parse() 공개 메소드

public Parse ( string input ) : string
input string
리턴 string

ParseAndCheck() 공개 정적인 메소드

public static ParseAndCheck ( string input ) : XDef
input string
리턴 XDef

Test() 공개 정적인 메소드

public static Test ( ) : void
리턴 void

XDef() 공개 메소드

public XDef ( ) : System
리턴 System

XDef() 공개 메소드

public XDef ( string root ) : System
root string
리턴 System

프로퍼티 상세

Arrays 공개적으로 프로퍼티

public string Arrays
리턴 string

DefType 공개적으로 프로퍼티

public XDefType DefType
리턴 XDefType

GenericCount 공개적으로 프로퍼티

public int? GenericCount
리턴 int?

Generics 공개적으로 프로퍼티

public XDef[],XLibrary Generics
리턴 XLibrary.XDef[]

Mods 공개적으로 프로퍼티

public String Mods
리턴 String

Name 공개적으로 프로퍼티

public string Name
리턴 string

Remains 공개적으로 프로퍼티

public string Remains
리턴 string

SubDef 공개적으로 프로퍼티

public XDef,XLibrary SubDef
리턴 XDef