Edit

Share via


BehaviorBase<T>.Initialize Method

Definition

Initializes the behavior to the associated object.

protected virtual bool Initialize ();
abstract member Initialize : unit -> bool
override this.Initialize : unit -> bool
Protected Overridable Function Initialize () As Boolean

Returns

true if the initialization succeeded; otherwise false.

Applies to