ElementInt Constructor (ElementMap) |
Initializes a new instance of the
ElementInt class
Namespace: StreamCoders.Container.ElementsAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic ElementInt(
ElementMap id
)
Public Sub New (
id As ElementMap
)
public:
ElementInt(
ElementMap^ id
)
new :
id : ElementMap -> ElementInt
Parameters
- id
- Type: StreamCoders.ContainerElementMap
See Also