Result(ReadOnlyCollection<Object>) Constructor
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.
public:
Result(System::Collections::ObjectModel::ReadOnlyCollection<System::Object ^> ^ values);
public Result (System.Collections.ObjectModel.ReadOnlyCollection<object> values);
new Microsoft.EnterpriseManagement.Common.Result : System.Collections.ObjectModel.ReadOnlyCollection<obj> -> Microsoft.EnterpriseManagement.Common.Result
Public Sub New (values As ReadOnlyCollection(Of Object))
Parameters
- values
- ReadOnlyCollection<Object>