ReferenceExpression.Empty Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an empty reference expression with no name, value providers, or arguments.
public static readonly Aspire.Hosting.ApplicationModel.ReferenceExpression Empty;
staticval mutable Empty : Aspire.Hosting.ApplicationModel.ReferenceExpression
Public Shared ReadOnly Empty As ReferenceExpression
Field Value
Remarks
Use this field to represent a default or uninitialized reference expression. The instance has an empty name and contains no value providers or arguments.