[]
Initializes a new instance of the MaskLiteralFieldInfo class.
public MaskLiteralFieldInfo()
Public Sub New()
Initializes a new instance of the MaskLiteralFieldInfo class.
public MaskLiteralFieldInfo(string literalText)
Public Sub New(literalText As String)
| Type | Name | Description |
|---|---|---|
| string | literalText | A string value indicates the literal. |
Initializes a new instance of this class.
protected MaskLiteralFieldInfo(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
| Type | Name | Description |
|---|---|---|
| SerializationInfo | info | The information. |
| StreamingContext | context | The context. |