Свойство | Type | Description | |
---|---|---|---|
IsResolved | bool | ||
NoCache | bool |
Méthode | Description | |
---|---|---|
Resolution ( [ value, bool noCache = false ) : System |
Initializes a new instance of the Resolution struct.
|
|
ToString ( ) : string |
Returns a System.String that represents this instance.
|
|
ToString ( [ format, [ formatProvider = null ) : string |
Returns a System.String that represents this instance.
|
Méthode | Description | |
---|---|---|
Resolution ( bool isResolved, bool noCache ) : System |
Initializes a new instance of the Resolution struct.
|
public Resolution ( [ value, bool noCache = false ) : System | ||
value | [ | The resolved value. |
noCache | bool | if set to |
Résultat | System |
public ToString ( [ format, [ formatProvider = null ) : string | ||
format | [ | The format to use.-or- A null reference (Nothing in Visual Basic) to use the default format defined for the type of the |
formatProvider | [ | The provider to use to format the value.-or- A null reference (Nothing in Visual Basic) to obtain the numeric format information from the current locale setting of the operating system. |
Résultat | string |