C# Class System.ZXPDatum

Afficher le fichier Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Méthodes publiques

Свойство Type Description
Converter IZXPConverter
Key string

Méthodes publiques

Méthode Description
GetValue ( object o ) : object
SetValue ( object o, object v ) : void
ZXPDatum ( string key, FieldInfo fi ) : System
ZXPDatum ( string key, PropertyInfo pi ) : System

Method Details

GetValue() public méthode

public GetValue ( object o ) : object
o object
Résultat object

SetValue() public méthode

public SetValue ( object o, object v ) : void
o object
v object
Résultat void

ZXPDatum() public méthode

public ZXPDatum ( string key, FieldInfo fi ) : System
key string
fi System.Reflection.FieldInfo
Résultat System

ZXPDatum() public méthode

public ZXPDatum ( string key, PropertyInfo pi ) : System
key string
pi System.Reflection.PropertyInfo
Résultat System

Property Details

Converter public_oe property

public IZXPConverter Converter
Résultat IZXPConverter

Key public_oe property

public string Key
Résultat string