Table of Contents

Class ComponentExtensions

Namespace
AO
Assembly
CoreAssembly.dll

Utility class for component extensions

public static class ComponentExtensions
Inheritance
ComponentExtensions
Inherited Members

Methods

Alive(Component)

Is the component valid? Use in place of null checks.

public static bool Alive(this Component component)

Parameters

component Component

Returns

bool