Returns the immutable version of the given object or null, if the given object is null.
Namespace:
PerpetuumSoft.FrameworkAssembly: PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
C# |
---|
public static Atom GetImmutableOrNull( Atom source ) |
Visual Basic (Declaration) |
---|
Public Shared Function GetImmutableOrNull ( _ source As Atom _ ) As Atom |
Visual C++ |
---|
public: static Atom^ GetImmutableOrNull( Atom^ source ) |
Parameters
- source
- Type: PerpetuumSoft.Framework..::.Atom