AriDEVParser.Util.UpdateField.UpdateField C# (CSharp) Méthode

UpdateField() public méthode

public UpdateField ( int val1, float val2 ) : System.Runtime.InteropServices
val1 int
val2 float
Résultat System.Runtime.InteropServices
        public UpdateField(int val1, float val2)
        {
            Int32Value = val1;
            SingleValue = val2;
        }
UpdateField