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

DeepClone() 공개 메소드

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