Interface IKeyedObject

Interface IKeyedObject

Namespace: Aspose.Imaging
Assembly: Aspose.Imaging.dll (25.2.0)

Represents interface for objects with keys.

public interface IKeyedObject

Properties

Key

Gets the object key.

string Key { get; }

Property Value

string