Class FlasksInfo
Namespace: ReAgent.State
Assembly: ReAgent.dll
Syntax
public class FlasksInfo
Properties
Flask1
Declaration
public FlaskInfo Flask1 { get; }
Property Value
Type | Description |
---|---|
FlaskInfo |
Flask2
Declaration
public FlaskInfo Flask2 { get; }
Property Value
Type | Description |
---|---|
FlaskInfo |
this[int]
Declaration
public FlaskInfo this[int i] { get; }
Parameters
Type | Name | Description |
---|---|---|
int | i |
Property Value
Type | Description |
---|---|
FlaskInfo |