| ApiFilterApiEntryTypeFromLetter Method |
This is used to convert an API type letter to an
ApiEntryType enumerated value.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public static ApiEntryType ApiEntryTypeFromLetter(
char apiType
)
Public Shared Function ApiEntryTypeFromLetter (
apiType As Char
) As ApiEntryType
public:
static ApiEntryType ApiEntryTypeFromLetter(
wchar_t apiType
)
static member ApiEntryTypeFromLetter :
apiType : char -> ApiEntryType
Parameters
- apiType
- Type: SystemChar
The letter to convert
Return Value
Type:
ApiEntryTypeThe
ApiEntryType represented by the letter
See Also