InstantHandleAttribute Class
Tells code analysis engine if the parameter is completely handled when the invoked method is on stack.
If the parameter is a delegate, indicates that delegate is executed while the method is executed.
If the parameter is an enumerable, indicates that it is enumerated while the method is executed.
Namespace:
RingSoft.DbMaintenanceAssembly: RingSoft.DbMaintenance (in RingSoft.DbMaintenance.dll)
Syntax
[AttributeUsageAttribute] public sealed class InstantHandleAttribute : Attribute
<AttributeUsageAttribute> _ Public NotInheritable Class InstantHandleAttribute _ Inherits Attribute
[AttributeUsageAttribute] public ref class InstantHandleAttribute sealed : public Attribute