コード例 #1
0
        public static NameResolutionContext StatementBlock(IntelliSenseCache cache, CodeStatementBlock statementBlock)
        {
            Contract.Requires<ArgumentNullException>(statementBlock != null, "statementBlock");
            Contract.Ensures(Contract.Result<NameResolutionContext>() != null);

            throw new NotImplementedException();
        }
コード例 #2
0
        public static NameResolutionContext StatementBlock(IntelliSenseCache cache, CodeStatementBlock statementBlock)
        {
            Contract.Requires <ArgumentNullException>(statementBlock != null, "statementBlock");
            Contract.Ensures(Contract.Result <NameResolutionContext>() != null);

            throw new NotImplementedException();
        }