Open sandboxFocus

Interface IMemberCollection<T>

Read-only collection of members.

Namespace: Metalama.Framework.Code.Collections
Assembly: Metalama.Framework.dll
Syntax
public interface IMemberCollection<out T> : IMemberOrNamedTypeCollection<T>, INamedDeclarationCollection<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable where T : IMember
Type Parameters
Name Description
T

Type of members in the collection.

Properties

Name Description
DeclaringType

Extension Methods

See Also