IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
NUnit.Framework.Interfaces.IParameterInfo Interface Reference

The IParameterInfo interface is an abstraction of a .NET parameter. More...

+ Inheritance diagram for NUnit.Framework.Interfaces.IParameterInfo:
+ Collaboration diagram for NUnit.Framework.Interfaces.IParameterInfo:

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

- Public Member Functions inherited from NUnit.Framework.Interfaces.IReflectionInfo
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...
 

Detailed Description

The IParameterInfo interface is an abstraction of a .NET parameter.

Property Documentation

bool NUnit.Framework.Interfaces.IParameterInfo.IsOptional
get

Gets a value indicating whether the parameter is optional

IMethodInfo NUnit.Framework.Interfaces.IParameterInfo.Method
get
ParameterInfo NUnit.Framework.Interfaces.IParameterInfo.ParameterInfo
get

The documentation for this interface was generated from the following file: