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