C# 클래스 Gir2Gapi.Type

파일 보기 프로젝트 열기: mkestner/gir2gapi

공개 메소드들

메소드 설명
Type ( XmlElement elem ) : System
UpdateGapiElement ( XmlElement gapi_elem, bool is_element_type ) : void

비공개 메소드들

메소드 설명
GetCType ( XmlElement type_elem ) : string
Validate ( ) : void

메소드 상세

Type() 공개 메소드

public Type ( XmlElement elem ) : System
elem System.Xml.XmlElement
리턴 System

UpdateGapiElement() 공개 메소드

public UpdateGapiElement ( XmlElement gapi_elem, bool is_element_type ) : void
gapi_elem System.Xml.XmlElement
is_element_type bool
리턴 void