Microsoft.CodeAnalysis.Sarif.Stack.DeepClone C# (CSharp) Method

DeepClone() public method

Creates a deep copy of this instance.
public DeepClone ( ) : Stack
return Stack
        public Stack DeepClone()
        {
            return (Stack)DeepCloneCore();
        }