コード例 #1
0
ファイル: Yaml.cs プロジェクト: IngisKahn/Nyaml
 public static object Load(ILoader loader)
 {
     return loader.GetSingleData();
 }