Show / Hide Table of Contents

Struct RangePtrAccessor<T>

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: ImGuiNET
Assembly: ImGui.NET.dll
Syntax
public struct RangePtrAccessor<T>
    where T : struct
Type Parameters
Name Description
T

Constructors

| Improve this Doc View Source

RangePtrAccessor(IntPtr, Int32)

Declaration
public RangePtrAccessor(IntPtr data, int count)
Parameters
Type Name Description
System.IntPtr data
System.Int32 count
| Improve this Doc View Source

RangePtrAccessor(Void*, Int32)

Declaration
public RangePtrAccessor(void *data, int count)
Parameters
Type Name Description
System.Void* data
System.Int32 count

Fields

| Improve this Doc View Source

Count

Declaration
public readonly int Count
Field Value
Type Description
System.Int32
| Improve this Doc View Source

Data

Declaration
public readonly void *Data
Field Value
Type Description
System.Void*

Properties

| Improve this Doc View Source

Item[Int32]

Declaration
public readonly T this[int index] { get; }
Parameters
Type Name Description
System.Int32 index
Property Value
Type Description
T
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX