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

Inheritance: UITweenInstanceField
Datei anzeigen Open project: RHY3756547/FreeSO

Public Properties

Property Type Description
Field System.Reflection.FieldInfo

Public Methods

Method Description
GetValue ( object inst ) : object
SetValue ( object value, object inst ) : void
UITweenInstanceField_ForField ( FieldInfo field, object inst ) : System

Method Details

GetValue() public method

public GetValue ( object inst ) : object
inst object
return object

SetValue() public method

public SetValue ( object value, object inst ) : void
value object
inst object
return void

UITweenInstanceField_ForField() public method

public UITweenInstanceField_ForField ( FieldInfo field, object inst ) : System
field System.Reflection.FieldInfo
inst object
return System

Property Details

Field public_oe property

public FieldInfo,System.Reflection Field
return System.Reflection.FieldInfo