CommandLineArguments.ManifestResourceArguments 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.
Manifest resource information parsed from /resource arguments.
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.CommandLineResource> ManifestResourceArguments { get; }
member this.ManifestResourceArguments : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.CommandLineResource>
Public ReadOnly Property ManifestResourceArguments As ImmutableArray(Of CommandLineResource)