Class WriteOnce

Represents a variable that can be set only once.

Inheritance
System.Object
WriteOnce<System.Object>
WriteOnce
Inherited Members
WriteOnce<Object>.Strict
WriteOnce<Object>.HasValue
WriteOnce<Object>.Value
Namespace: Solti.Utils.Primitives.Patterns
Assembly: Solti.Utils.Primitives.dll
Syntax
public sealed class WriteOnce : WriteOnce<object>

Constructors

WriteOnce(Boolean)

Creates a new WriteOnce instance.

Declaration
public WriteOnce(bool strict = true)
Parameters
Type Name Description
System.Boolean strict
In This Article
Back to top Generated by DocFX