IInitializable Interface

Definition

Provides a method that can be used to initialize the current instance.

public interface class IInitializable
public interface IInitializable
type IInitializable = interface
Public Interface IInitializable
Derived

Methods

Initialize(IContainer)

Initializes the current instance.

Applies to