Class CommandParameterResolverOptions
Inheritance
System.Object
CommandParameterResolverOptions
Assembly: OpenMod.Core.dll
Syntax
public class CommandParameterResolverOptions : object
Constructors
|
Improve this Doc
View Source
CommandParameterResolverOptions()
Declaration
public CommandParameterResolverOptions()
Properties
|
Improve this Doc
View Source
CommandParameterResolverTypes
Declaration
public IReadOnlyCollection<Type> CommandParameterResolverTypes { get; }
Property Value
Type |
Description |
IReadOnlyCollection<Type> |
|
Methods
|
Improve this Doc
View Source
AddCommandParameterResolveProvider(Type)
Declaration
public void AddCommandParameterResolveProvider(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
|
Improve this Doc
View Source
RemoveCommandParameterResolveProvider(Type)
Declaration
public bool RemoveCommandParameterResolveProvider(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
Type |
Description |
System.Boolean |
|
Extension Methods