'Declaration
Public MustOverride Function GetMethods() As List(Of MethodInformation)
'Usage
Dim instance As BaseLanguageParser Dim value As List(Of MethodInformation) value = instance.GetMethods()
public abstract List<MethodInformation> GetMethods()
public: abstract List<MethodInformation^>^ GetMethods();