コード例 #1
0
 internal static bool TryParse(ParseResult result, AttributesHelper attributes, string attributeName, out bool answer)
 {
     return(XmlTemplateParser.TryParse(result, attributes, attributeName, out answer));
 }