System.Linq.Expressions.SymbolDocumentWithGuids.SymbolDocumentWithGuids C# (CSharp) Method

SymbolDocumentWithGuids() private method

private SymbolDocumentWithGuids ( string fileName, System.Guid &language ) : System.Dynamic.Utils
fileName string
language System.Guid
return System.Dynamic.Utils
        internal SymbolDocumentWithGuids(string fileName, ref Guid language)
            : base(fileName)
        {
            Language = language;
            DocumentType = DocumentType_Text;
        }

Same methods

SymbolDocumentWithGuids::SymbolDocumentWithGuids ( string fileName, System.Guid &language, System.Guid &vendor ) : System.Dynamic.Utils
SymbolDocumentWithGuids::SymbolDocumentWithGuids ( string fileName, System.Guid &language, System.Guid &vendor, System.Guid &documentType ) : System.Dynamic.Utils
SymbolDocumentWithGuids