次の方法で共有


ArgumentSyntax.IsNamed Property

Definition

Gets a value indicating whether this argument is a named argument.

public:
 abstract property bool IsNamed { bool get(); };
public abstract bool IsNamed { get; }
member this.IsNamed : bool
Public MustOverride ReadOnly Property IsNamed As Boolean

Property Value

True if this argument is a named argument; otherwise false.

Applies to