Method VerifyValidOn
VerifyValidOn(FunctionAttributeIndex, Value)
Verifies the attribute is valid for a Value on a given FunctionAttributeIndex
Declaration
public void VerifyValidOn(FunctionAttributeIndex index, Value value)
Parameters
public void VerifyValidOn(FunctionAttributeIndex index, Value value)
FunctionAttributeIndex | index | Index to verify |
Value | value | Value to check this attribute on |
Exceptions
ArgumentException | The attribute is not valid on |