Click or drag to resize
IIdentifiableT Interface
An interface to specify an object has an identifier.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public interface IIdentifiable<T>

Type Parameters

T
The type of the identifier.

The IIdentifiableT type exposes the following members.

Properties
  NameDescription
Public propertyIdentifier
Gets the identifier.
Top
See Also