Interface IKeyedObject
Represents interface for objects with keys.
public interface IKeyedObject
Properties
Key
Gets the object key.
string Key { get; }
Property Value
- string
The object key.
Represents interface for objects with keys.
public interface IKeyedObject
Gets the object key.
string Key { get; }
The object key.