Method | Description | |
---|---|---|
ExtractAvailability ( String comment ) : String |
Extracts the availability version.
|
|
GetAvailability ( String version ) : String |
Gets the availability formatted string.
|
|
IsAvailability ( String comment ) : bool |
Determines whether the specified comment is an availability.
|
|
IsDeclaration ( String comment ) : bool |
Determines whether the specified comment is a declaration.
|
|
IsParagraph ( String comment ) : bool |
Determines whether the specified comment is a paragraph.
|
|
IsParameter ( String comment ) : bool |
Determines whether the specified comment is a parameter.
|
|
IsRemarks ( String comment ) : bool |
Determines whether the specified comment is remarks.
|
|
IsReturn ( String comment ) : bool |
Determines whether the specified comment is a return.
|
|
IsSignature ( String comment ) : bool |
Determines whether the specified comment is a signature.
|
|
IsSummary ( String comment ) : bool |
Determines whether the specified comment is a summary.
|
public static ExtractAvailability ( String comment ) : String | ||
comment | String | The comment. |
return | String |
public static GetAvailability ( String version ) : String | ||
version | String | The version. |
return | String |
public static IsAvailability ( String comment ) : bool | ||
comment | String | The comment. |
return | bool |
public static IsDeclaration ( String comment ) : bool | ||
comment | String | The comment. |
return | bool |
public static IsParagraph ( String comment ) : bool | ||
comment | String | The comment. |
return | bool |
public static IsParameter ( String comment ) : bool | ||
comment | String | The comment. |
return | bool |
public static IsRemarks ( String comment ) : bool | ||
comment | String | The comment. |
return | bool |
public static IsReturn ( String comment ) : bool | ||
comment | String | The comment. |
return | bool |
public static IsSignature ( String comment ) : bool | ||
comment | String | The comment. |
return | bool |
public static IsSummary ( String comment ) : bool | ||
comment | String | The comment. |
return | bool |