Skip to content

M_Metar_Decoder_Chunkdecoder_MetarChunkDecoder_Consume

Afonso Dutra Nogueira Filho edited this page Mar 27, 2024 · 1 revision

Consume Method

Extract the corresponding chunk from the remaining metar.

Definition

Namespace: Metar.Decoder.Chunkdecoder
Assembly: Metar.Decoder (in Metar.Decoder.dll) Version: 1.0.5+ad2a158933a1e4d81e31e9a7f1a0faf24fc95eed
XMLNS for XAML: Not mapped to an xmlns.

C#

public KeyValuePair<string, List<Group>> Consume(
	string remainingMetar
)

Parameters

  String
matches array if any match (null if no match), + updated remaining metar

Return Value

KeyValuePair(String, List(Group))
[Missing <returns> documentation for "M:Metar.Decoder.Chunkdecoder.MetarChunkDecoder.Consume(System.String)"]

See Also

Reference

MetarChunkDecoder Class
Metar.Decoder.Chunkdecoder Namespace

Clone this wiki locally