IKeyedObject Interface
Provides the base requirements for an object that has a string-based key.
public interface IKeyedObject
Properties
Key
Gets the string-based key that identifies the object.
string Key { get; }
Property Value
- System.String:
The string-based key that identifies the object.