'Declaration
Public ReadOnly Property Methods As List(Of MethodInformation)
'Usage
Dim instance As BaseLanguageParser Dim value As List(Of MethodInformation) value = instance.Methods
public List<MethodInformation> Methods {get;}
public: property List<MethodInformation^>^ Methods { List<MethodInformation^>^ get(); }