EnumModel.FindMember Method
- Namespace
- Kampute.DocToolkit.Models
- Assembly
- Kampute.DocToolkit.dll
Definition
Finds the documentation model representing the specified reflection member metadata within the type.
public override MemberModel FindMember(IMember member)Parameters
memberIMember- The metadata of the member to find the documentation model for.
Returns
- MemberModel
- The documentation model representing the member if found; otherwise,
null.
