Class FlatHashSetStringViewMarshaller
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)