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

DeepClone() public method

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