Class CommentGatheringTypeInspector
Source: https://dotnetfiddle.net/8M6iIE.
Inheritance
System.Object
YamlDotNet.Serialization.TypeInspectors.TypeInspectorSkeleton
CommentGatheringTypeInspector
Implements
YamlDotNet.Serialization.ITypeInspector
Inherited Members
YamlDotNet.Serialization.TypeInspectors.TypeInspectorSkeleton.GetProperty(System.Type, System.Object, System.String, System.Boolean)
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Exiled.Loader.Features.Configs
Assembly: Exiled.Loader.dll
Syntax
public sealed class CommentGatheringTypeInspector : TypeInspectorSkeleton, ITypeInspector
Constructors
| Improve this Doc View SourceCommentGatheringTypeInspector(ITypeInspector)
Initializes a new instance of the CommentGatheringTypeInspector class.
Declaration
public CommentGatheringTypeInspector(ITypeInspector innerTypeDescriptor)
Parameters
Type | Name | Description |
---|---|---|
YamlDotNet.Serialization.ITypeInspector | innerTypeDescriptor | The inner type description instance. |
Methods
| Improve this Doc View SourceGetProperties(Type, Object)
Declaration
public override IEnumerable<IPropertyDescriptor> GetProperties(Type type, object container)
Parameters
Type | Name | Description |
---|---|---|
System.Type | type | |
System.Object | container |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<YamlDotNet.Serialization.IPropertyDescriptor> |
Overrides
YamlDotNet.Serialization.TypeInspectors.TypeInspectorSkeleton.GetProperties(System.Type, System.Object)
Implements
YamlDotNet.Serialization.ITypeInspector