次の方法で共有


IConditionalOperation.IsRef Property

Definition

true if the result is by-reference.

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

Property Value

Remarks

This occurs in C# for ternaries whose branches use ref.

Applies to