PERWAPI.Property.AddInitValue C# (CSharp) Méthode

AddInitValue() public méthode

Add an initial value for this property
public AddInitValue ( Constant constVal ) : void
constVal Constant the initial value for this property
Résultat void
        public void AddInitValue(Constant constVal)
        {
            this.constVal = constVal;
        }