Api FilterApi Entry Type From Letter Method
This is used to convert an API type letter to an ApiEntryType enumerated value.
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The ApiEntryType represented by the letter
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public static ApiEntryType ApiEntryTypeFromLetter(
char apiType
)VB
Public Shared Function ApiEntryTypeFromLetter (
apiType As Char
) As ApiEntryTypeC++
public:
static ApiEntryType ApiEntryTypeFromLetter(
wchar_t apiType
)F#
static member ApiEntryTypeFromLetter :
apiType : char -> ApiEntryType Parameters
- apiType Char
- The letter to convert
Return Value
ApiEntryTypeThe ApiEntryType represented by the letter