System.Data.Common.Int16Storage.GetEmptyStorage C# (CSharp) Méthode

GetEmptyStorage() protected méthode

protected GetEmptyStorage ( int recordCount ) : object
recordCount int
Résultat object
        protected override object GetEmptyStorage(int recordCount)
        {
            return new short[recordCount];
        }