Table of Contents

Interface ICard

Namespace
Kook
Assembly
Kook.Net.Core.dll

表示一个通用的卡片。

public interface ICard
Extension Methods

Properties

ModuleCount

获取卡片中模块的数量。

int ModuleCount { get; }

Property Value

int

Modules

获取卡片中的模块。

IReadOnlyCollection<IModule> Modules { get; }

Property Value

IReadOnlyCollection<IModule>

Type

获取卡片的类型。

CardType Type { get; }

Property Value

CardType