Microsoft.Zing.ZingMethod.Clone C# (CSharp) Méthode

Clone() public abstract méthode

public abstract Clone ( StateImpl myState, Process myProcess, bool shallowCopy ) : ZingMethod
myState StateImpl
myProcess Process
shallowCopy bool
Résultat ZingMethod
        public abstract ZingMethod Clone(StateImpl myState, Process myProcess, bool shallowCopy);