Initializes a new instance of the
PrtSeqType class
Namespace:
P.Runtime
Assembly:
Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public PrtSeqType(
PrtType s
)
Public Sub New (
s As PrtType
)
public:
PrtSeqType(
PrtType^ s
)
new :
s : PrtType -> PrtSeqType
Parameters
- s
- Type: P.RuntimePrtType
[Missing <param name="s"/> documentation for "M:P.Runtime.PrtSeqType.#ctor(P.Runtime.PrtType)"]
See Also