Retrieves whether this is an input parameter.
[Visual Basic] Public ReadOnly Property IsIn As Boolean [C#] public bool IsIn {get;} [C++] public: __property bool get_IsIn(); [JScript] public function get IsIn() : Boolean;
Read-only. Retrieves whether this is an input parameter.
This method depends on an optional metadata flag. This flag may be inserted by compilers, but the compilers are not obligated to do so.
ParameterBuilder Class | ParameterBuilder Members | System.Reflection.Emit Namespace