C# Class Runtime.InteropServices.DefaultParameterValueAttribute

The Default Parameter Value Attribute.
Inheritance: Attribute
ファイルを表示 Open project: jschementi/iron

Public Methods

Method Description
DefaultParameterValueAttribute ( object value ) : System

The constructor

Method Details

DefaultParameterValueAttribute() public method

The constructor
public DefaultParameterValueAttribute ( object value ) : System
value object The value.
return System