Init(args)
Scripting Reference
Loading...
Searching...
No Matches

◆ NotAny

Type [] Sisus.Init.ValueProviderMenuAttribute.NotAny
getset

Specifies zero or more parameter types that the value provider with this attribute does not target.

The menu item will not appear in the dropdown menu of any Init parameters whose type matches any of the specified types.

The menu item will also not appear in the dropdown menu of any Init parameters whose type derives from any of the specified types.

The menu item will also not be added in the dropdown menu of any Init parameters whose type implements any of the specified types, when they are interfaces.