Ancestry.Daisy.Tests.Documentor.Unit.Utils.DocSignatureExtentionsTests.ItGetsTypeSignatures C# (CSharp) Method

ItGetsTypeSignatures() private method

private ItGetsTypeSignatures ( Type type ) : string
type System.Type
return string
        public string ItGetsTypeSignatures(Type type)
        {
            return type.GetDocStyleSignature();
        }
DocSignatureExtentionsTests