C# Класс UnitTests.Subtext.StubRow

Показать файл Открыть проект

Открытые методы

Метод Описание
StubRow ( ) : System

Initializes a new instance of the StubRow class.

this ( int i ) : object

Gets the Object with the specified i.

Описание методов

StubRow() публичный Метод

Initializes a new instance of the StubRow class.
public StubRow ( ) : System
Результат System

this() публичный Метод

Gets the Object with the specified i.
public this ( int i ) : object
i int
Результат object