C# Class System.Data.TableStructureCollection

Inheritance: System.Collections.CollectionBase
Afficher le fichier Open project: runefs/Marvin

Méthodes publiques

Méthode Description
Add ( TableStructure table ) : void
this ( int i ) : TableStructure
this ( string name ) : TableStructure

Method Details

Add() public méthode

public Add ( TableStructure table ) : void
table TableStructure
Résultat void

this() public méthode

public this ( int i ) : TableStructure
i int
Résultat TableStructure

this() public méthode

public this ( string name ) : TableStructure
name string
Résultat TableStructure