C# Class FSO.Client.UI.Framework.UITweenInstanceField_ForField

Inheritance: UITweenInstanceField
Afficher le fichier Open project: RHY3756547/FreeSO

Méthodes publiques

Свойство Type Description
Field System.Reflection.FieldInfo

Méthodes publiques

Méthode Description
GetValue ( object inst ) : object
SetValue ( object value, object inst ) : void
UITweenInstanceField_ForField ( FieldInfo field, object inst ) : System

Method Details

GetValue() public méthode

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

SetValue() public méthode

public SetValue ( object value, object inst ) : void
value object
inst object
Résultat void

UITweenInstanceField_ForField() public méthode

public UITweenInstanceField_ForField ( FieldInfo field, object inst ) : System
field System.Reflection.FieldInfo
inst object
Résultat System

Property Details

Field public_oe property

public FieldInfo,System.Reflection Field
Résultat System.Reflection.FieldInfo