IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
The IParameterInfo interface is an abstraction of a .NET parameter. More...
Properties | |
bool | IsOptional [get] |
Gets a value indicating whether the parameter is optional More... | |
IMethodInfo | Method [get] |
Gets an IMethodInfo representing the method for which this is a parameter More... | |
ParameterInfo | ParameterInfo [get] |
Gets the underlying .NET ParameterInfo More... | |
Type | ParameterType [get] |
Gets the Type of the parameter More... | |
Additional Inherited Members | |
![]() | |
T[] | GetCustomAttributes< T > (bool inherit) |
Returns an array of custom attributes of the specified type applied to this object More... | |
bool | IsDefined< T > (bool inherit) |
Returns a value indicating whether an attribute of the specified type is defined on this object. More... | |
The IParameterInfo interface is an abstraction of a .NET parameter.
|
get |
Gets a value indicating whether the parameter is optional
|
get |
Gets an IMethodInfo representing the method for which this is a parameter
Referenced by NUnit.Framework.Internal.Builders.DatapointProvider.GetDataFor(), NUnit.Framework.ValueSourceAttribute.GetDataSource(), and NUnit.Framework.Internal.Builders.DatapointProvider.HasDataFor().
|
get |
Gets the underlying .NET ParameterInfo
Referenced by NUnit.Framework.RandomAttribute.RandomDataSource< T >.GetData(), and NUnit.Framework.RandomAttribute.EnumDataSource.GetData().
|
get |
Gets the Type of the parameter
Referenced by NUnit.Framework.Internal.TypeHelper.ConvertArgumentList(), NUnit.Framework.ValuesAttribute.GetData(), NUnit.Framework.RandomAttribute.GetData(), NUnit.Framework.RandomAttribute.RandomDataConverter.GetData(), NUnit.Framework.RandomAttribute.EnumDataSource.GetData(), NUnit.Framework.Internal.Builders.DatapointProvider.GetDataFor(), NUnit.Framework.TestCaseAttribute.GetParametersForTestCase(), NUnit.Framework.Internal.Builders.DatapointProvider.HasDataFor(), and NUnit.Framework.TestCaseAttribute.PerformSpecialConversions().