Retrieves whether this parameter is optional.
[Visual Basic] Public ReadOnly Property IsOptional As Boolean [C#] public bool IsOptional {get;} [C++] public: __property bool get_IsOptional(); [JScript] public function get IsOptional() : Boolean;
Read-only. Retrieves whether this parameter is optional.
ParameterBuilder Class | ParameterBuilder Members | System.Reflection.Emit Namespace