IExecutionConfigurationResult.References Property
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.
Gets the set of references such as IValueProvider or IManifestExpressionProvider that were used to produce this configuration.
public System.Collections.Generic.IEnumerable<object> References { get; }
member this.References : seq<obj>
Public ReadOnly Property References As IEnumerable(Of Object)