OverrideInfoCollection constructor
Overload list
Name | Description | |
---|---|---|
OverrideInfoCollection() | Creates a new empty collection of managed property overrides. | |
OverrideInfoCollection(IEnumerable<OverrideInfo>) | Creates a new collection of managed property overrides, initialized with the specified values. |
Top