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

DebugInfoExpression() private method

private DebugInfoExpression ( SymbolDocumentInfo document ) : System.Diagnostics
document SymbolDocumentInfo
return System.Diagnostics
        internal DebugInfoExpression(SymbolDocumentInfo document)
        {
            Document = document;
        }