Interface ITypedStack
The stack as typed object.
[PublicApi]
public interface ITypedStack : ITypedItem, ITyped, IEquatable<ITypedItem>, ICanDebug
- Inherited Members
Remarks
Enhanced in v17.07 to fully support ITypedItem
, before it only supported ITyped
.