Property | Type | Description |
---|
Method | Description | |
---|---|---|
CultureInfoScope ( |
Creates a new CultureInfo scope.
|
|
CultureInfoScope ( |
Creates a new CultureInfo scope.
|
|
CultureInfoScope ( string name ) : System |
Creates a new CultureInfo scope.
|
|
CultureInfoScope ( string name, string nameUI ) : System |
Creates a new CultureInfo scope.
|
|
Dispose ( ) : void |
|
|
NewInvariant ( ) : |
Gets a new invariant CultureInfo Scope.
|
Method | Description | |
---|---|---|
CultureInfoScope ( ) : System |
Creates a new CultureInfo scope. No direct access. |
|
Dispose ( bool disposing ) : void |
Disposes the scope by setting the privious cultures back.
|
public CultureInfoScope ( |
||
culture | /// The culture. /// | |
return | System |
public CultureInfoScope ( |
||
culture | /// The culture. /// | |
cultureUI | /// The UI culture. /// | |
return | System |
public CultureInfoScope ( string name ) : System | ||
name | string | /// Name of the culture. /// |
return | System |
public CultureInfoScope ( string name, string nameUI ) : System | ||
name | string | /// Name of the culture. /// |
nameUI | string | /// Name of the UI culture. /// |
return | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | /// Should dispose actualy dispose something. /// |
return | void |
public static NewInvariant ( ) : |
||
return |