ISqlCodeCollection<T> 介面

定義

public interface ISqlCodeCollection<T> : System.Collections.Generic.IEnumerable<T> where T : SqlCodeObject
type ISqlCodeCollection<'T (requires 'T :> SqlCodeObject)> = interface
    interface seq<'T (requires 'T :> SqlCodeObject)>
    interface IEnumerable
Public Interface ISqlCodeCollection(Of T)
Implements IEnumerable(Of T)

類型參數

T
衍生
實作

屬性

名稱 Description
Count
IsReadOnly
Item[Int32]

方法

名稱 Description
Contains(T)
CopyTo(T[], Int32)
IndexOf(T)

適用於