[]
Initializes a new instance of the CustomPlaceholder class.
public CustomPlaceholder()
Initializes a new instance of the CustomPlaceholder class.
public CustomPlaceholder(char placeholder, bool optionalPlace, string lookupChars, bool caseSensitive, bool excluding)
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)
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)
Type | Name | Description |
---|---|---|
SerializationInfo | info | The data with property values of this object. |
StreamingContext | context |