Table of Contents

Class CommentGatheringTypeInspector

Namespace
Exiled.Loader.Features.Configs
Assembly
Exiled.Loader.dll
public sealed class CommentGatheringTypeInspector : TypeInspectorSkeleton, ITypeInspector
Inheritance
TypeInspectorSkeleton
CommentGatheringTypeInspector
Implements
ITypeInspector
Inherited Members
Extension Methods

Constructors

CommentGatheringTypeInspector(ITypeInspector)

Initializes a new instance of the CommentGatheringTypeInspector class.

public CommentGatheringTypeInspector(ITypeInspector innerTypeDescriptor)

Parameters

innerTypeDescriptor ITypeInspector

The inner type description instance.

Methods

GetProperties(Type, object)

public override IEnumerable<IPropertyDescriptor> GetProperties(Type type, object container)

Parameters

type Type
container object

Returns

IEnumerable<IPropertyDescriptor>