C# Class FSO.IDE.EditorComponent.OperandForms.OpUtils

ファイルを表示 Open project: RHY3756547/FreeSO Class Usage Examples

Public Methods

Method Description
GetOperandProperty ( VMPrimitiveOperand op, string propertyN ) : object
SetOperandProperty ( VMPrimitiveOperand op, string propertyN, object value ) : void

Method Details

GetOperandProperty() public static method

public static GetOperandProperty ( VMPrimitiveOperand op, string propertyN ) : object
op VMPrimitiveOperand
propertyN string
return object

SetOperandProperty() public static method

public static SetOperandProperty ( VMPrimitiveOperand op, string propertyN, object value ) : void
op VMPrimitiveOperand
propertyN string
value object
return void