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

DeepClone() public method

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