Skip to content
Docs Try Aspire

IValueWithReferences Properties

Interface Properties 1 member
An interface that allows the value to list its references.
References Section titled References abstract IEnumerable<object>
The referenced objects of the value.
public abstract IEnumerable<object> References { get; }