Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 1.55 KB

File metadata and controls

11 lines (8 loc) · 1.55 KB

IParameterSymbol Interface Extensions

Home

Extension Method Summary
IsParameterArrayOf(IParameterSymbol, SpecialType) Returns true if the parameter was declared as a parameter array that has a specified element type.
IsParameterArrayOf(IParameterSymbol, SpecialType, SpecialType) Returns true if the parameter was declared as a parameter array that has one of specified element types.
IsParameterArrayOf(IParameterSymbol, SpecialType, SpecialType, SpecialType) Returns true if the parameter was declared as a parameter array that has one of specified element types.
IsRefOrOut(IParameterSymbol) Returns true if the parameter was declared as "ref" or "out" parameter.