RemObjects.Elements.System.Memory<T> Extension

Location

Class Methods


Get

 

// .NET, .NET Standard 2.0
class method Get(aVal: Memory<T>): T
// Island
class method Get(aVal: Memory<T>): T

 

// .NET, .NET Standard 2.0
static T Get(Memory<T> aVal)
// Island
static T Get(Memory<T> aVal)

 

// .NET, .NET Standard 2.0
static func Get(_ aVal: Memory<T>) -> T
// Island
static func Get(_ aVal: Memory<T>) -> T

 

// .NET, .NET Standard 2.0
func Get(aVal Memory<T>) T
// Island
func Get(aVal Memory<T>) T

 

// .NET, .NET Standard 2.0
Shared Function Get(aVal As Memory<T>) As T
// Island
Shared Function Get(aVal As Memory<T>) As T

Parameters:

  • aVal: