Table of Contents

Interface IElementBuilder

Namespace
Kook
Assembly
Kook.Net.Core.dll

A generic builder for creating an IElement.

public interface IElementBuilder

Properties

Type

Specifies the type of the element to be created.

ElementType Type { get; }

Property Value

ElementType

An ElementType that specifies the type of the element to be created.

Methods

Build()

Builds the IElementBuilder into an IElement.

IElement Build()

Returns

IElement

An IElement represents the built element object.