UsedImplicitlyAttribute Class |
Indicates that the marked symbol is used implicitly
(e.g. via reflection, in external library), so this symbol
will not be marked as unused (as well as by other usage inspections)
Inheritance HierarchySystemObject
SystemAttribute
Ozeki.CommonUsedImplicitlyAttribute
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic sealed class UsedImplicitlyAttribute : Attribute
Public NotInheritable Class UsedImplicitlyAttribute
Inherits Attribute
public ref class UsedImplicitlyAttribute sealed : public Attribute
[<SealedAttribute>]
type UsedImplicitlyAttribute =
class
inherit Attribute
end
The UsedImplicitlyAttribute type exposes the following members.
Constructors
Properties
See Also