Okapi .NET Library

FilterItem.AppendChar Method 

 [This is preliminary documentation and subject to change.]

Implements IFilterItem.AppendChar.

[Visual Basic]
Public Sub AppendChar( _ 
   ByVal p_chValue As Char _ 
) _
    Implements IFilterItem.AppendChar
[C#]
public void AppendChar(
   char p_chValue
);
[C++]
public: void AppendChar(
   wchar_t p_chValue
);
[JScript]
public function AppendChar(
   char p_chValue
);

Implements

IFilterItem.AppendChar

See Also

FilterItem Class | Okapi.Library.Filter Namespace