Interface IConnectionEntries
Namespace: Unity.MemoryProfiler.Editor.Format
Syntax
public interface IConnectionEntries
Properties
from
Declaration
ArrayEntries<int> from { get; }
Property Value
| Type | Description |
|---|---|
| ArrayEntries<Int32> |
to
Declaration
ArrayEntries<int> to { get; }
Property Value
| Type | Description |
|---|---|
| ArrayEntries<Int32> |
Methods
GetNumEntries()
Declaration
uint GetNumEntries()
Returns
| Type | Description |
|---|---|
| UInt32 |