C# 클래스 Xml.Net.ObjectType

파일 보기 프로젝트 열기: hughbe/xml.net

Private Properties

프로퍼티 타입 설명
IsList bool
IsPrimitive bool
ObjectType System

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
From ( Type type ) : ObjectType
From ( object value ) : ObjectType
GetHashCode ( ) : int
IsDictionary ( Type type ) : bool

Checks if the object is a dictionary (e.g Dictionary, HashTable etc.).

operator ( ) : bool

비공개 메소드들

메소드 설명
IsList ( Type type ) : bool

Checks if the type is a list (e.g List, Array etc.).

IsPrimitive ( Type type ) : bool

Checks if the type is a fundamental primitive object (e.g string, int etc.).

ObjectType ( int id ) : System

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

From() 공개 정적인 메소드

public static From ( Type type ) : ObjectType
type System.Type
리턴 ObjectType

From() 공개 정적인 메소드

public static From ( object value ) : ObjectType
value object
리턴 ObjectType

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

IsDictionary() 공개 정적인 메소드

Checks if the object is a dictionary (e.g Dictionary, HashTable etc.).
public static IsDictionary ( Type type ) : bool
type System.Type
리턴 bool

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool