Property | Type | Description | |
---|---|---|---|
InitScope | void |
Method | Description | |
---|---|---|
Dispose ( ) : void |
Method | Description | |
---|---|---|
Context ( ) : System |
Constructs a new context that has no parent.
|
|
Context ( IContext parent ) : System |
Constructs a context that is the child of the given other context. The parent context is not required to be |
|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
InitScope ( ) : void |
protected Context ( IContext parent ) : System | ||
parent | IContext | The optional parent context. |
return | System |