YAMP.PlotValue.Copy C# (CSharp) Méthode

Copy() public méthode

Passes a reference (not a copy!) to the current object.
public Copy ( ) : Value
Résultat Value
        public override Value Copy()
        {
            return this;
        }