Class AggregateExpectationTypeResolver<T>
Inheritance
System.Object
AggregateExpectationTypeResolver<T>
Implements
Inherited Members
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.CustomRoles.API.Features.Parsers
Assembly: Exiled.CustomRoles.dll
Syntax
public class AggregateExpectationTypeResolver<T> : ITypeDiscriminator where T : class
Type Parameters
Name | Description |
---|---|
T |
Constructors
| Improve this Doc View SourceAggregateExpectationTypeResolver(INamingConvention)
Initializes a new instance of the AggregateExpectationTypeResolver<T> class.
Declaration
public AggregateExpectationTypeResolver(INamingConvention namingConvention)
Parameters
Type | Name | Description |
---|---|---|
YamlDotNet.Serialization.INamingConvention | namingConvention | The YamlDotNet.Serialization.INamingConvention instance. |
Properties
| Improve this Doc View SourceBaseType
Declaration
public Type BaseType { get; }
Property Value
Type | Description |
---|---|
System.Type |
Methods
| Improve this Doc View SourceTryResolve(ParsingEventBuffer, out Type)
Declaration
public bool TryResolve(ParsingEventBuffer buffer, out Type suggestedType)
Parameters
Type | Name | Description |
---|---|---|
ParsingEventBuffer | buffer | |
System.Type | suggestedType |
Returns
Type | Description |
---|---|
System.Boolean |