MatchExtensionCopyTo Method |
Copy the content to MUM.
Namespace: Bio.Algorithms.SuffixTreeAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public void CopyTo(
MatchExtension match
)
Public Sub CopyTo (
match As MatchExtension
)
public:
void CopyTo(
MatchExtension^ match
)
member CopyTo :
match : MatchExtension -> unit
Parameters
- match
- Type: Bio.Algorithms.SuffixTreeMatchExtension
Maximum unique match.
See Also