InterfaceModel Class
- Namespace
- Kampute.DocToolkit.Models
- Assembly
Definition
Represents a documentation model for a .NET interface.
public class InterfaceModel : TypeModel<IInterfaceType>
- Inheritance
Thread Safety
Constructors
Properties
| Events | Gets the events declared by the interface. |
| Members | Gets all the members declared or implemented by the type. |
| Methods | Gets the methods declared by the interface. |
| ModelType | Gets the type of the documentation model. |
| Properties | Gets the properties declared by the interface. |
Methods
| FindMember(IMember) | Finds the documentation model representing the specified reflection member metadata within the type. |
All public members of the type are guaranteed to be thread-safe.