using System.Collections.Generic;
using System.Reflection;
namespace MicrosoftZuneLibrary
{
[DefaultMember("Item")]
public class WlanAuthCipherPairList : List<WlanAuthCipherPair>
}