Class UserItemList
Inheritance
System.Object
UserItemList
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Asgard3.Core.BattleNetClient
Assembly: Asgard3.Core.dll
Syntax
public class UserItemList
Properties
| Improve this Doc View SourceItems
Declaration
public List<UserItem> Items { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<UserItem> |