[]
Initializes a new instance of the CustomPlaceholder class.
public CustomPlaceholder()
Public Sub New()
Initializes a new instance of the CustomPlaceholder class.
public CustomPlaceholder(char placeholder, bool optionalPlace, string lookupChars, bool caseSensitive, bool excluding)
Public Sub New(placeholder As Char, optionalPlace As Boolean, lookupChars As String, caseSensitive As Boolean, excluding As Boolean)
| Type | Name | Description |
|---|---|---|
| char | placeholder | The value of the Placeholder property. |
| bool | optionalPlace | The value of the Optional property. |
| string | lookupChars | The value of the LookupChars property. |
| bool | caseSensitive | The value of the CaseSensitive property. |
| bool | excluding | The value of the Excluding property. |
Initializes a new instance of the CustomPlaceholder class.
public CustomPlaceholder(int placeholder, bool optionalPlace, string lookupChars, bool caseSensitive, bool excluding)
Public Sub New(placeholder As Integer, optionalPlace As Boolean, lookupChars As String, caseSensitive As Boolean, excluding As Boolean)
| Type | Name | Description |
|---|---|---|
| int | placeholder | The value of the Placeholder property. |
| bool | optionalPlace | The value of the Optional property. |
| string | lookupChars | The value of the LookupChars property. |
| bool | caseSensitive | The value of the CaseSensitive property. |
| bool | excluding | The value of the Excluding property. |
Initializes a new instance of the CustomPlaceholder class.
protected CustomPlaceholder(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
| Type | Name | Description |
|---|---|---|
| SerializationInfo | info | The data with property values of this object. |
| StreamingContext | context |