OptionSetValueCollection Constructors
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.
Overloads
OptionSetValueCollection() | |
OptionSetValueCollection(IList<OptionSetValue>) |
OptionSetValueCollection()
public:
OptionSetValueCollection();
public OptionSetValueCollection ();
Public Sub New ()
Applies to
OptionSetValueCollection(IList<OptionSetValue>)
public:
OptionSetValueCollection(System::Collections::Generic::IList<Microsoft::Xrm::Sdk::OptionSetValue ^> ^ list);
public OptionSetValueCollection (System.Collections.Generic.IList<Microsoft.Xrm.Sdk.OptionSetValue> list);
new Microsoft.Xrm.Sdk.OptionSetValueCollection : System.Collections.Generic.IList<Microsoft.Xrm.Sdk.OptionSetValue> -> Microsoft.Xrm.Sdk.OptionSetValueCollection
Public Sub New (list As IList(Of OptionSetValue))
Parameters
- list
- IList<OptionSetValue>