Table of Contents

Interface IParameterInfo

Namespace
NominalSystems
Assembly
NominalSystems.Core.dll

Represents the metadata of an expected or required input when invoking a method.


public interface IParameterInfo

Properties

Name

The simple name of this parameter.

string Name { get; }

Property Value

string

ValueType

The input value type of this parameter.

Type ValueType { get; }

Property Value

Type