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

DeepClone() public method

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