System.CodeDom.CodeMemberProperty.Parameters Property

Gets the collection of declaration expressions for the property.

Syntax

public CodeParameterDeclarationExpressionCollection Parameters { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Note:

In general, properties do not have parameters. CodeDom supports an exception to this. For any property that has the special name "Item" and one or more parameters, it will declare an indexer property for the class. However, not all languages support the declaration of indexers.

Requirements

Namespace: System.CodeDom
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0