ExtensibleObjectExtensions Property |
Gets the collection of extensions attached to this object.
Namespace:
AGI.Foundation.Infrastructure
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ExtensionCollection Extensions { get; }
Public ReadOnly Property Extensions As ExtensionCollection
Get
public:
property ExtensionCollection^ Extensions {
ExtensionCollection^ get ();
}
member Extensions : ExtensionCollection with get
Property Value
Type:
ExtensionCollectionSee Also