Table of Contents

Interface IInitializer<T>

Namespace
Yarhl.FileFormat
Assembly
Yarhl.dll

Initialization interface.

[Obsolete("IInitialize is obsolete. Use the converter constructor or properties")]
public interface IInitializer<in T>

Type Parameters

T

Type of the parameters for the initialize.

Methods

Initialize(T)

Initialize the instance with the specified parameters.

void Initialize(T parameters)

Parameters

parameters T

Parameters for the initialize.