C# Class System.Data.Tests.DataTableCollectionTest

Inheritance: IDisposable
显示文件 Open project: dotnet/corefx

Public Methods

Method Description
DataTableCollectionTest ( ) : Xunit
Dispose ( ) : void

Private Methods

Method Description
Add ( ) : void
AddException1 ( ) : void
AddException2 ( ) : void
AddException3 ( ) : void
AddException4 ( ) : void
AddRange ( ) : void
CanRemove ( ) : void
Clear ( ) : void
Contains ( ) : void
CopyTo ( ) : void
Count ( ) : void
Equals ( ) : void
IndexOf ( ) : void
Remove ( ) : void
RemoveAt ( ) : void
TableDataSetNamespaces ( ) : void
ToStringTest ( ) : void

Method Details

DataTableCollectionTest() public method

public DataTableCollectionTest ( ) : Xunit
return Xunit

Dispose() public method

public Dispose ( ) : void
return void