Okapi .NET Library

InlineCodeFinder.CopyFrom Method 

 [This is preliminary documentation and subject to change.]

Copies all values from a given InlineCodeFinder object.

[Visual Basic]
Public Sub CopyFrom( _ 
   ByVal p_Obj As InlineCodeFinder _ 
)
[C#]
public void CopyFrom(
   InlineCodeFinder p_Obj
);
[C++]
public: void CopyFrom(
   InlineCodeFinder* p_Obj
);
[JScript]
public function CopyFrom(
   InlineCodeFinder p_Obj
);

Parameters

p_Obj
InlineCodeFinder object to copy from.

See Also

InlineCodeFinder Class | Okapi.Library.Filter Namespace