Exemplo n.º 1
0
 // Constructors.
 public unsafe SymVariable(ISymUnmanagedVariable *pVariable)
 {
     this.pVariable = pVariable;
 }
Exemplo n.º 2
0
	// Constructors.
	public unsafe SymVariable(ISymUnmanagedVariable *pVariable)
			{
				this.pVariable = pVariable;
			}