# 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#** ``` C# public KeyValuePair> 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