Microsoft.CodeAnalysis.Sarif.Annotation.DeepClone C# (CSharp) 메소드

DeepClone() 공개 메소드

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