Class MemberList
List of members that are allowed.
Inheritance
System.Object
MemberList
Implements
System.Collections.Generic.IEnumerable<System.Reflection.MemberInfo>
System.Collections.IEnumerable
Namespace: System.Linq.CompilerServices
Assembly: Nuqleon.Linq.CompilerServices.dll
Syntax
public class MemberList : Object, IEnumerable<MemberInfo>, IEnumerable
Methods
Add(MemberInfo)
Adds the specified member to the list of allowed members.
Declaration
public void Add(MemberInfo member)
Parameters
Type | Name | Description |
---|---|---|
System.Reflection.MemberInfo | member | Member to add to the list of allowed members. |
Implements
System.Collections.Generic.IEnumerable<>
System.Collections.IEnumerable