Show / Hide Table of Contents

Interface ICellRef<T>

Namespace: CoverageKiller2.DOM.Tables
Assembly: CoverageKiller2.dll
Syntax
public interface ICellRef<out T> where T : IDOMObject
Type Parameters
Name Description
T

Properties

Parent

Declaration
IDOMObject Parent { get; }
Property Value
Type Description
IDOMObject

Table

Declaration
CKTable Table { get; }
Property Value
Type Description
CKTable

Extension Methods

PingService.PingPong<T>(T, string)
PingService.PingPong<T>(T, string, string)
PingService.PingPong<T, TResult>(T, Func<TResult>, string, string)
PingService.Ping<T>(T, string)
PingService.Ping<T>(T, string, string)
PingService.Ping<T>(T, Type[], string)
PingService.Pong<T>(T, string)
PingService.Pong<T>(T, string, string)
PingService.Pong<T>(T, Type, string)
PingService.Pong<T>(T, Type[], string)
PingService.Pong<T, TResult>(T, Func<TResult>, string, string)
In this article
Back to top Generated by DocFX