public ReadOnlyCollectionWrapper<IUIButton> Buttons { get; }Public ReadOnly Property Buttons As ReadOnlyCollectionWrapper(Of IUIButton)
Getpublic:
property ReadOnlyCollectionWrapper<IUIButton^>^ Buttons {
ReadOnlyCollectionWrapper<IUIButton^>^ get ();
}member Buttons : ReadOnlyCollectionWrapper<IUIButton> with get