Interface ICard
- Namespace
- Kook
- Assembly
- Kook.Net.Core.dll
表示一个通用的卡片。
public interface ICard
- Extension Methods
Properties
ModuleCount
获取卡片中模块的数量。
int ModuleCount { get; }
Property Value
Type
获取卡片的类型。
CardType Type { get; }
表示一个通用的卡片。
public interface ICard
获取卡片中模块的数量。
int ModuleCount { get; }
获取卡片的类型。
CardType Type { get; }