'DeclarationPublic ReadOnly Property Methods As List(Of MethodInformation)
'UsageDim 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(); }