 | INullObject Interface |
Null-Object Pattern implementation
Namespace:
BionicCode.Utilities.Net.Standard
Assembly:
BionicCode.Utilities.Net.Standard (in BionicCode.Utilities.Net.Standard.dll) Version: 1.0.4
Syntaxpublic interface INullObject
Public Interface INullObject
Dim instance As INullObject
public interface class INullObject
type INullObject = interface end
public interface INullObject
public interface INullObject
BionicCode.Utilities.Net.Standard.INullObject = function();
BionicCode.Utilities.Net.Standard.INullObject.createInterface('BionicCode.Utilities.Net.Standard.INullObject');
The INullObject type exposes the following members.
Properties
| Name | Description |
---|
 | IsNull |
Property to indicate whether the current NULL type is a shared instance or a new instance should be created for each request.
|
Top
See Also