public void Add(
[NotNullAttribute] IUIElement element
)Public Sub Add (
<NotNullAttribute> element As IUIElement
)public:
void Add(
[NotNullAttribute] IUIElement^ element
)member Add :
[<NotNullAttribute>] element : IUIElement -> unit | ArgumentNullException | Элемент element равен null |