MCPcopy Create free account
hub / github.com/apache/fory / Set

Method Set

csharp/src/Fory/SchemaTypes.cs:44–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42public sealed class Array<TElement> { private Array() { } }
43public sealed class List<TElement> { private List() { } }
44public sealed class Set<TElement> { private Set() { } }
45public sealed class Map<TKey, TValue> { private Map() { } }

Callers 15

serializeStringFunction · 0.45
InitFunction · 0.45
ReadDataMethod · 0.45
setMapKeyFunction · 0.45
ReadMethod · 0.45
readDataMethod · 0.45
readSameTypeMethod · 0.45
readDifferentTypesMethod · 0.45
marshalTestValueFunction · 0.45
convertRecursivelyFunction · 0.45

Calls

no outgoing calls

Tested by 6

marshalTestValueFunction · 0.36
convertRecursivelyFunction · 0.36
runCompatibilityCaseFunction · 0.36
ReadDataMethod · 0.36