| ElementUInt Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: StreamCoders.Container.Elements
 Syntax
SyntaxThe ElementUInt type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ElementUInt(ElementMap) | Initializes a new instance of the ElementUInt class | 
|  | ElementUInt(ElementMap, Int64) | Initializes a new instance of the ElementUInt class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ElementOffset | (Inherited from ElementBase.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | FindAll(ElementType) | 
                Finds all children that match an ElementType(Inherited from ElementBase.) | 
|  | FindFirstChild(ElementType) | 
                Finds the first child that matches an ElementType(Inherited from ElementBase.) | 
|  | Populate | (Overrides ElementBasePopulate(EbmlReader).) | 
|  | PopulateChildren | 
                Populate children of the current element.
            (Inherited from ElementBase.) | 
|  | PopulateNextChild | 
                Populates the next child only.
            (Inherited from ElementBase.) | 
|  | ProceedReading | (Inherited from ElementBase.) | 
|  | ReadBuffer | 
                Reads a number of bytes into a byte array.
            (Inherited from ElementBase.) | 
|  | ReadElementSize | 
                Stores and returns size of element and also initializes internal element offset tracking.
            (Inherited from ElementBase.) | 
|  | ReadId | 
                Reads an Element ID.
            (Inherited from ElementBase.) | 
|  | ReadString | 
                Reads an octet string.
            (Inherited from ElementBase.) | 
|  | SeekToElement | (Inherited from ElementBase.) | 
|  | SkipElement | 
                Skips the current element.
            (Inherited from ElementBase.) | 
|  | ToString | (Inherited from ElementBase.) | 
|  | ToString(String) | (Inherited from ElementBase.) | 
|  | WriteElement | 
            Writes the whole element to the EBML output stream
            (Inherited from ElementBase.) | 
 Fields
Fields| Name | Description | |
|---|---|---|
|  | Children | (Inherited from ElementBase.) | 
|  | ElementSize | (Inherited from ElementBase.) | 
|  | HasUnknownSize | (Inherited from ElementBase.) | 
|  | Id | (Inherited from ElementBase.) | 
|  | Parent | (Inherited from ElementBase.) | 
|  | Value | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | Copy | Overloaded. 
            Creates a copy of the object.
            (Defined by ObjectExtensions.) | 
|  | Copy(Object) | Overloaded. 
            Creates a deep copy of the object using the supplied object as a target for the copy operation.
            (Defined by ObjectExtensions.) | 
 See Also
See Also