V1DataParserContext Property |
Parser context.
Namespace: Bio.IO.AppliedBiosystems.DataParsersAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic IParserContext Context { get; }
Public ReadOnly Property Context As IParserContext
Get
public:
virtual property IParserContext^ Context {
IParserContext^ get () sealed;
}
abstract Context : IParserContext with get
override Context : IParserContext with get
Property Value
Type:
IParserContextImplements
IAb1DataVisitorContext
See Also