Class CommentGatheringTypeInspector
Source: https://dotnetfiddle.net/8M6iIE.
public sealed class CommentGatheringTypeInspector : TypeInspectorSkeleton, ITypeInspector
- Inheritance
-
TypeInspectorSkeletonCommentGatheringTypeInspector
- Implements
-
ITypeInspector
- Inherited Members
- Extension Methods
Constructors
CommentGatheringTypeInspector(ITypeInspector)
Initializes a new instance of the CommentGatheringTypeInspector class.
public CommentGatheringTypeInspector(ITypeInspector innerTypeDescriptor)
Parameters
innerTypeDescriptor
ITypeInspectorThe inner type description instance.
Methods
GetProperties(Type, object)
public override IEnumerable<IPropertyDescriptor> GetProperties(Type type, object container)
Parameters
Returns
- IEnumerable<IPropertyDescriptor>