The Rows property automatically returns the Extractor.Extract override

Namespace: ScopeRuntime
Assembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)

Syntax

C#
public override IEnumerable<Row> Rows { get; }
Visual Basic
Public Overrides ReadOnly Property Rows As IEnumerable(Of Row)
	Get
Visual C++
public:
virtual property IEnumerable<Row^>^ Rows {
	IEnumerable<Row^>^ get () override;
}

See Also