Exemplo n.º 1
0
 public static void Decode_Delegate(this string data, CfgDecoder.DecodeDelegate dec) => new CfgDecoder(data).DecodeTagsFor(dec);
Exemplo n.º 2
0
 public static void Decode_Base(this string data, CfgDecoder.DecodeDelegate dec, IKeepUnrecognizedCfg unrecognizedKeeper, string tag = "b")
 => new CfgDecoder(data).DecodeTagsFor(dec, unrecognizedKeeper, tag);