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

DeepClone() public method

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