 | 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.
Inheritance Hierarchy
Namespace: Slash.Diagnostics.ReSharper.AnnotationsAssembly: Slash.Diagnostics (in Slash.Diagnostics.dll) Version: 1.0.6018.40181
Syntaxpublic sealed class InstantHandleAttribute : Attribute
Public NotInheritable Class InstantHandleAttribute
Inherits Attribute
public ref class InstantHandleAttribute sealed : public Attribute
[<SealedAttribute>]
type InstantHandleAttribute =
class
inherit Attribute
end
The InstantHandleAttribute type exposes the following members.
Constructors
See Also