프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
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. /// | |
리턴 | System |
public CultureInfoScope ( |
||
culture | /// The culture. /// | |
cultureUI | /// The UI culture. /// | |
리턴 | System |
public CultureInfoScope ( string name ) : System | ||
name | string | /// Name of the culture. /// |
리턴 | System |
public CultureInfoScope ( string name, string nameUI ) : System | ||
name | string | /// Name of the culture. /// |
nameUI | string | /// Name of the UI culture. /// |
리턴 | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | /// Should dispose actualy dispose something. /// |
리턴 | void |