DictMethod.Parameteroptional(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether the specified parameter of the method is optional.
public:
virtual bool Parameteroptional(int num1);
public virtual bool Parameteroptional (int num1);
abstract member Parameteroptional : int -> bool
override this.Parameteroptional : int -> bool
Public Overridable Function Parameteroptional (num1 As Integer) As Boolean
Parameters
- num1
- Int32
Returns
true if the parameter is optional; otherwise, false.