-
-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3aaab2b
commit e06e186
Showing
28 changed files
with
475 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
docs/api/Roslynator/CSharp/CSharpFactory/AutoInitAccessorDeclaration/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# CSharpFactory\.AutoInitAccessorDeclaration\(SyntaxTokenList\) Method | ||
|
||
[Home](../../../../README.md) | ||
|
||
**Containing Type**: [CSharpFactory](../README.md) | ||
|
||
**Assembly**: Roslynator\.CSharp\.dll | ||
|
||
```csharp | ||
public static Microsoft.CodeAnalysis.CSharp.Syntax.AccessorDeclarationSyntax AutoInitAccessorDeclaration(Microsoft.CodeAnalysis.SyntaxTokenList modifiers = default) | ||
``` | ||
|
||
### Parameters | ||
|
||
**modifiers**   [SyntaxTokenList](https://docs.microsoft.com/en-us/dotnet/api/microsoft.codeanalysis.syntaxtokenlist) | ||
|
||
### Returns | ||
|
||
[AccessorDeclarationSyntax](https://docs.microsoft.com/en-us/dotnet/api/microsoft.codeanalysis.csharp.syntax.accessordeclarationsyntax) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
45 changes: 45 additions & 0 deletions
45
...api/Roslynator/CSharp/CSharpFactory/SuppressNullableWarningExpression/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# CSharpFactory\.SuppressNullableWarningExpression Method | ||
|
||
[Home](../../../../README.md) | ||
|
||
**Containing Type**: [CSharpFactory](../README.md) | ||
|
||
**Assembly**: Roslynator\.CSharp\.dll | ||
|
||
## Overloads | ||
|
||
| Method | Summary | | ||
| ------ | ------- | | ||
| [SuppressNullableWarningExpression(ExpressionSyntax)](#Roslynator_CSharp_CSharpFactory_SuppressNullableWarningExpression_Microsoft_CodeAnalysis_CSharp_Syntax_ExpressionSyntax_) | | | ||
| [SuppressNullableWarningExpression(ExpressionSyntax, SyntaxToken)](#Roslynator_CSharp_CSharpFactory_SuppressNullableWarningExpression_Microsoft_CodeAnalysis_CSharp_Syntax_ExpressionSyntax_Microsoft_CodeAnalysis_SyntaxToken_) | | | ||
|
||
## SuppressNullableWarningExpression\(ExpressionSyntax\) <a id="Roslynator_CSharp_CSharpFactory_SuppressNullableWarningExpression_Microsoft_CodeAnalysis_CSharp_Syntax_ExpressionSyntax_"></a> | ||
|
||
```csharp | ||
public static Microsoft.CodeAnalysis.CSharp.Syntax.PostfixUnaryExpressionSyntax SuppressNullableWarningExpression(Microsoft.CodeAnalysis.CSharp.Syntax.ExpressionSyntax operand) | ||
``` | ||
|
||
### Parameters | ||
|
||
**operand**   [ExpressionSyntax](https://docs.microsoft.com/en-us/dotnet/api/microsoft.codeanalysis.csharp.syntax.expressionsyntax) | ||
|
||
### Returns | ||
|
||
[PostfixUnaryExpressionSyntax](https://docs.microsoft.com/en-us/dotnet/api/microsoft.codeanalysis.csharp.syntax.postfixunaryexpressionsyntax) | ||
|
||
## SuppressNullableWarningExpression\(ExpressionSyntax, SyntaxToken\) <a id="Roslynator_CSharp_CSharpFactory_SuppressNullableWarningExpression_Microsoft_CodeAnalysis_CSharp_Syntax_ExpressionSyntax_Microsoft_CodeAnalysis_SyntaxToken_"></a> | ||
|
||
```csharp | ||
public static Microsoft.CodeAnalysis.CSharp.Syntax.PostfixUnaryExpressionSyntax SuppressNullableWarningExpression(Microsoft.CodeAnalysis.CSharp.Syntax.ExpressionSyntax operand, Microsoft.CodeAnalysis.SyntaxToken operatorToken) | ||
``` | ||
|
||
### Parameters | ||
|
||
**operand**   [ExpressionSyntax](https://docs.microsoft.com/en-us/dotnet/api/microsoft.codeanalysis.csharp.syntax.expressionsyntax) | ||
|
||
**operatorToken**   [SyntaxToken](https://docs.microsoft.com/en-us/dotnet/api/microsoft.codeanalysis.syntaxtoken) | ||
|
||
### Returns | ||
|
||
[PostfixUnaryExpressionSyntax](https://docs.microsoft.com/en-us/dotnet/api/microsoft.codeanalysis.csharp.syntax.postfixunaryexpressionsyntax) | ||
|
Oops, something went wrong.