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

Afficher le fichier Open project: soywiz/csharputils Class Usage Examples

Protected Properties

Свойство Type Description
Object Object

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
Get ( Object Object ) : RawWrapper
GetHashCode ( ) : int
ToString ( ) : string

Méthodes protégées

Méthode Description
RawWrapper ( Object Object ) : System

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

Get() public static méthode

public static Get ( Object Object ) : RawWrapper
Object Object
Résultat RawWrapper

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

RawWrapper() protected méthode

protected RawWrapper ( Object Object ) : System
Object Object
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Object protected_oe property

protected Object Object
Résultat Object