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

Afficher le fichier Open project: RHY3756547/FreeSO Class Usage Examples

Méthodes publiques

Méthode Description
GetOperandProperty ( VMPrimitiveOperand op, string propertyN ) : object
SetOperandProperty ( VMPrimitiveOperand op, string propertyN, object value ) : void

Method Details

GetOperandProperty() public static méthode

public static GetOperandProperty ( VMPrimitiveOperand op, string propertyN ) : object
op VMPrimitiveOperand
propertyN string
Résultat object

SetOperandProperty() public static méthode

public static SetOperandProperty ( VMPrimitiveOperand op, string propertyN, object value ) : void
op VMPrimitiveOperand
propertyN string
value object
Résultat void