Copies the values from this Attribute into the passed-in
target attribute. The target implementation must support all the
Attributes this implementation supports.
Namespace: Lucene.Net.UtilAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public abstract void CopyTo( AttributeImpl target ) |
Visual Basic |
---|
Public MustOverride Sub CopyTo ( _ target As AttributeImpl _ ) |
Visual C++ |
---|
public: virtual void CopyTo( AttributeImpl^ target ) abstract |
Parameters
- target
- Type: Lucene.Net.Util..::..AttributeImpl
[Missing <param name="target"/> documentation for "M:Lucene.Net.Util.AttributeImpl.CopyTo(Lucene.Net.Util.AttributeImpl)"]