ChildrenExtensionChildren Property |
Gets the collection of children for the owner of this extension.
Namespace:
AGI.Foundation.Infrastructure
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public IList<IServiceProvider> Children { get; }
Public ReadOnly Property Children As IList(Of IServiceProvider)
Get
public:
property IList<IServiceProvider^>^ Children {
IList<IServiceProvider^>^ get ();
}
member Children : IList<IServiceProvider> with get
Property Value
Type:
IListIServiceProviderSee Also