Table of Contents

Interface IElementBuilder

Namespace
Kook
Assembly
Kook.Net.Core.dll

表示一个通用的元素构建器,用于构建一个 IElement

public interface IElementBuilder

Properties

Type

获取此构建器构建的元素的类型。

ElementType Type { get; }

Property Value

ElementType

Methods

Build()

构建当前构建器为一个 IElement

IElement Build()

Returns

IElement

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