Table of Contents

Interface ICardBuilder

Namespace
Kook
Assembly
Kook.Net.Core.dll

表示一个通用的卡片构建器,用于构建一个 ICard

public interface ICardBuilder
Extension Methods

Properties

Type

获取此构建器构建的卡片的类型。

CardType Type { get; }

Property Value

CardType

Methods

Build()

构建当前构建器为一个 ICard

ICard Build()

Returns

ICard

由当前构建器表示的属性构建的 ICard 对象。