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

DeepClone() public method

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