Table of Contents

Class FlatHashSetStringViewMarshaller

Namespace
SampSharp.OpenMp.Core.RobinHood
Assembly
SampSharp.OpenMp.Core.dll

Represents a marshaller entrypoint for marshalling a native FlatHashSetStringView structure to to a managed enumerable of string values.

[CustomMarshaller(typeof(IEnumerable<string>), MarshalMode.UnmanagedToManagedIn, typeof(FlatHashSetStringViewMarshaller))]
public static class FlatHashSetStringViewMarshaller
Inheritance
FlatHashSetStringViewMarshaller
Inherited Members

Methods

ConvertToManaged(FlatHashSetStringView)

public static IEnumerable<string> ConvertToManaged(FlatHashSetStringView set)

Parameters

set FlatHashSetStringView

Returns

IEnumerable<string>