コード例 #1
0
ファイル: Importers.cs プロジェクト: quandtm/XNInterface
 private object ParseFormatItems(string attribValue, bool throwOnError)
 {
     return(FormatItem.ParseFormatString(attribValue));
 }