C# 클래스 CSharpUtils.Templates.Runtime.Filters.RawWrapper

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

보호된 프로퍼티들

프로퍼티 타입 설명
Object Object

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
Get ( Object Object ) : RawWrapper
GetHashCode ( ) : int
ToString ( ) : string

보호된 메소드들

메소드 설명
RawWrapper ( Object Object ) : System

메소드 상세

Equals() 공개 메소드

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

Get() 공개 정적인 메소드

public static Get ( Object Object ) : RawWrapper
Object Object
리턴 RawWrapper

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

RawWrapper() 보호된 메소드

protected RawWrapper ( Object Object ) : System
Object Object
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Object 보호되어 있는 프로퍼티

protected Object Object
리턴 Object