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 class InputAssetCollection<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>
type InputAssetCollection<'T> = class
interface ICollection<'T>
interface seq<'T>
interface IEnumerable
Public Class InputAssetCollection(Of T)
Implements ICollection(Of T), IEnumerable(Of T)