MetaFunction::Parameters Property
.NET Framework (current version)
Gets an enumeration of the function parameters.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
public: property ReadOnlyCollection<MetaParameter^>^ Parameters { virtual ReadOnlyCollection<MetaParameter^>^ get() abstract; }
Property Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<MetaParameter^>^A collection of the parameters.
.NET Framework
Available since 3.5
Available since 3.5
Show: