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