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 abstract class ClientValueObjectCollection<T> : Microsoft.SharePoint.Client.ClientValueObject, System.Collections.Generic.IEnumerable<T>
type ClientValueObjectCollection<'T> = class
inherit ClientValueObject
interface seq<'T>
interface IEnumerable
Public MustInherit Class ClientValueObjectCollection(Of T)
Inherits ClientValueObject
Implements IEnumerable(Of T)