NullScope Class

Definition

Caution

This type is retained only for compatibility.

An empty scope without any logic.

public ref class NullScope : IDisposable
[System.Obsolete("This type is retained only for compatibility.", true)]
public class NullScope : IDisposable
[<System.Obsolete("This type is retained only for compatibility.", true)>]
type NullScope = class
    interface IDisposable
Public Class NullScope
Implements IDisposable
Inheritance
NullScope
Attributes
Implements

Properties

Name Description
Instance

Returns the shared instance of NullScope.

Methods

Name Description
Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to