IDto Interface
Namespace: PTS.DataStructures
Assembly: PTS.DataStructures.dll
Syntax
public interface IDto
Properties
Item[Int32]
Declaration
object this[int key] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | key |
Property Value
Type | Description |
---|---|
System.Object |
Types
Declaration
Type[] Types { get; }
Property Value
Type | Description |
---|---|
System.Type[] |