Option<T>.StorageLocations Property

Definition

Microsoft.CodeAnalysis.Options.Option2`1.StorageLocations
public:
 property System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::Options::OptionStorageLocation ^> StorageLocations { System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::Options::OptionStorageLocation ^> get(); };
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Options.OptionStorageLocation> StorageLocations { get; }
member this.StorageLocations : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Options.OptionStorageLocation>
Public ReadOnly Property StorageLocations As ImmutableArray(Of OptionStorageLocation)

Property Value

Implements

Applies to