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 );
InlineCodeFinder Class | Okapi.Library.Filter Namespace