Пример #1
0
 public IntellisenseContext(IntellisenseContextType contextType, IntellisenseContext enclosingContext)
 {
     ContextType      = contextType;
     EnclosingContext = enclosingContext;
 }
Пример #2
0
 public IntellisenseContext(IntellisenseContextType contextType, IntellisenseContext enclosingContext)
 {
     ContextType = contextType;
     EnclosingContext = enclosingContext;
 }