ProteinAlphabetTryGetBasicSymbols Method |
Gets the Basic symbol.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public bool TryGetBasicSymbols(
byte ambiguousSymbol,
out HashSet<byte> basicSymbols
)
Public Function TryGetBasicSymbols (
ambiguousSymbol As Byte,
<OutAttribute> ByRef basicSymbols As HashSet(Of Byte)
) As Boolean
public:
virtual bool TryGetBasicSymbols(
unsigned char ambiguousSymbol,
[OutAttribute] HashSet<unsigned char>^% basicSymbols
) sealed
abstract TryGetBasicSymbols :
ambiguousSymbol : byte *
basicSymbols : HashSet<byte> byref -> bool
override TryGetBasicSymbols :
ambiguousSymbol : byte *
basicSymbols : HashSet<byte> byref -> bool
Parameters
- ambiguousSymbol
- Type: SystemByte
The Ambiguous symbol. - basicSymbols
- Type: System.Collections.GenericHashSetByte
The Basic symbol.
Return Value
Type:
BooleanReturns true if it gets the Basic symbol.
Implements
IAlphabetTryGetBasicSymbols(Byte, HashSetByte)See Also