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

DeepClone() public method

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