Interface IElementBuilder
- Namespace
- Kook
- Assembly
- Kook.Net.Core.dll
表示一个通用的元素构建器,用于构建一个 IElement。
public interface IElementBuilder
Properties
Type
获取此构建器构建的元素的类型。
ElementType Type { get; }
Property Value
Methods
Build()
构建当前构建器为一个 IElement。
IElement Build()