ModuleDefinition.Arguments Property

Definition

Gets the parameters that were used to create the module definition. This property is not implemented; it always gets an empty list.

public:
 property System::Collections::IDictionary ^ Arguments { System::Collections::IDictionary ^ get(); };
public System.Collections.IDictionary Arguments { get; }
member this.Arguments : System.Collections.IDictionary
Public ReadOnly Property Arguments As IDictionary

Property Value

An empty IDictionary.

Applies to