AssemblyModel.FindMember Method
- Namespace
- Kampute.DocToolkit.Models
- Assembly
- Kampute.DocToolkit.dll
Definition
Finds a member in the assembly by its reflection metadata.
public MemberModel FindMember(IMember member)Parameters
memberIMember- The metadata of the member to find.
Returns
- MemberModel
- The documentation model representing the member, or
nullif the member is not found or does not belong to this assembly.
Exceptions
- ArgumentNullException
- Thrown when
memberisnull.
