[EditorBrowsableAttribute(EditorBrowsableState.Always)]
public static bool IsDisposable(
this Object object
)
<ExtensionAttribute>
<EditorBrowsableAttribute(EditorBrowsableState.Always)>
Public Shared Function IsDisposable (
object As Object
) As Boolean
Dim object As Object
Dim returnValue As Boolean
returnValue = object.IsDisposable()
public:
[ExtensionAttribute]
[EditorBrowsableAttribute(EditorBrowsableState::Always)]
static bool IsDisposable(
Object^ object
)
[<ExtensionAttribute>]
[<EditorBrowsableAttribute(EditorBrowsableState.Always)>]
static member IsDisposable :
object : Object -> bool
No code example is currently available or this language may not be supported.
[Missing <param name="object"/> documentation for "M:DevCase.Extensions.ObjectExtensions.ObjectExtensions.IsDisposable(System.Object)"]
No code example is currently available or this language may not be supported.
Dim result As Boolean = (New Process).IsDisposable()
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.