Overload | Description |
---|---|
ChildProperties(IEnumerable<IAssembly>) | Returns a sequence of IProperty objects, containing all ICodeElementParent.ChildProperties objects of all IAssembly objects contained in this sequence assemblies. |
ChildProperties(IEnumerable<INamespace>) | Returns a sequence of IProperty objects, containing all ICodeElementParent.ChildProperties objects of all INamespace objects contained in this sequence namespaces. |
ChildProperties(IEnumerable<IType>) | Returns a sequence of IProperty objects, containing all ICodeElementParent.ChildProperties objects of all IType objects contained in this sequence types. |