缅甸赌场腾龙娱乐游戏链接 xs10159.com
public static bool TryGetValueAsInt32(this XmlAttributeCollection xmlAttributeCollection, string attrName, out int attrVal, Properties properties = null)public static bool TryGetValueAsInt32(this XmlAttributeCollection xmlAttributeCollection, string attrName,
out int attrVal, Properties properties = null)
{
if (xmlAttributeCollection.TryGetValueAsString(attrName, out string attrValStr))
{
if (properties != null)
{
attrValStr = properties.GetPropertyValue(attrValStr);
}
页:
[1]