IKeyedObject

IKeyedObject interface

Represents interface for objects with keys.

public interface IKeyedObject

Properties

NameDescription
Key { get; }Gets the object key.

See Also