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

DeepClone() public method

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