메소드 | 설명 | |
---|---|---|
NuSpecDependency ( string id, string version = null ) : System |
Initializes a new instance of the NuSpecDependency struct.
|
|
Parse ( string dependency ) : |
Parses the specified dependency.
|
|
ToString ( ) : string |
Returns a string that represents this instance.
|
|
TryParse ( string input, |
Tries to parse the specified input into a dependency.
|
public NuSpecDependency ( string id, string version = null ) : System | ||
id | string | The id. |
version | string | The version. |
리턴 | System |
public static Parse ( string dependency ) : |
||
dependency | string | The dependency. |
리턴 |
public static TryParse ( string input, |
||
input | string | The input. |
dependency | The dependency. | |
리턴 | bool |