StreamContainer.op_Explicit

StreamContainer Explicit operator

Performs an explicit conversion from StreamContainer to Stream.

public static explicit operator Stream(StreamContainer streamContainer)
ParameterTypeDescription
streamContainerStreamContainerThe stream container.

Return Value

The result of the conversion.

See Also