C# Class CSharpUtils.Templates.Runtime.Filters.RawWrapper

Show file Open project: soywiz/csharputils Class Usage Examples

Protected Properties

Property Type Description
Object Object

Public Methods

Method Description
Equals ( object obj ) : bool
Get ( Object Object ) : RawWrapper
GetHashCode ( ) : int
ToString ( ) : string

Protected Methods

Method Description
RawWrapper ( Object Object ) : System

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

Get() public static method

public static Get ( Object Object ) : RawWrapper
Object Object
return RawWrapper

GetHashCode() public method

public GetHashCode ( ) : int
return int

RawWrapper() protected method

protected RawWrapper ( Object Object ) : System
Object Object
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Object protected property

protected Object Object
return Object