Метод | Описание | |
---|---|---|
PropertySyntaxReader ( IPropertyList propertyList, Microsoft.CodeAnalysis.SemanticModel semantic ) : Microsoft.CodeAnalysis |
Creates a new property syntax reader to read the properties of a provided class declaration. All properties will be stored in the given list of properties
|
|
VisitPropertyDeclaration ( Microsoft.CodeAnalysis.CSharp.Syntax.PropertyDeclarationSyntax node ) : void |
public PropertySyntaxReader ( IPropertyList propertyList, Microsoft.CodeAnalysis.SemanticModel semantic ) : Microsoft.CodeAnalysis | ||
propertyList | IPropertyList | list where the found /// properties should be stored in |
semantic | Microsoft.CodeAnalysis.SemanticModel | Semantic Model is used /// to resolve type syntax into TypeSymbols. |
Результат | Microsoft.CodeAnalysis |
public VisitPropertyDeclaration ( Microsoft.CodeAnalysis.CSharp.Syntax.PropertyDeclarationSyntax node ) : void | ||
node | Microsoft.CodeAnalysis.CSharp.Syntax.PropertyDeclarationSyntax | |
Результат | void |