Exemple #1
0
 // Constructors.
 public unsafe SymScope(ISymUnmanagedScope *pScope)
 {
     this.pScope   = pScope;
     this.children = new ISymbolScope [0];
     this.locals   = new ISymbolVariable [0];
 }
	// Constructors.
	public unsafe SymScope(ISymUnmanagedScope *pScope)
			{
				this.pScope = pScope;
				this.children = new ISymbolScope [0];
				this.locals = new ISymbolVariable [0];
			}