SerializationContext.ResourceFiles Property

Definition

Important

This API is not CLS-compliant.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ ResourceFiles { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); void set(System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ value); };
[System.CLSCompliant(false)]
public System.Collections.Generic.IDictionary<string,string> ResourceFiles { get; set; }
member this.ResourceFiles : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property ResourceFiles As IDictionary(Of String, String)

Property Value

IDictionary<String,String>
Attributes

Applies to