You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <summary>Create an instance of a Directory Layer located under a specific prefix and path</summary>
157
157
/// <param name="prefix">Prefix for the content. The nodes will be stored under <paramref name="prefix"/> + <FE></param>
158
158
/// <param name="path">Optional path, if the Directory Layer is not located at the root of the database.</param>
159
-
/// <param name="encoding">Optional key encoding scheme. If not specified, will use the <see cref="TypeSystem.Tuples"/> type system by default.</param>
159
+
/// <param name="encoding">Optional key encoding scheme. If not specified, will use the <see cref="TuPack"/> encoding by default.</param>
/// <summary>Create an instance of a Directory Layer located under a specific subspace and path</summary>
169
169
/// <param name="subspace">Subspace for the content. The nodes will be stored under <paramref name="subspace"/>.Key + <FE></param>
170
170
/// <param name="path">Optional path, if the Directory Layer is not located at the root of the database.</param>
171
-
/// <param name="encoding">Optional key encoding scheme. If not specified, will use the <see cref="TypeSystem.Tuples"/> type system by default.</param>
171
+
/// <param name="encoding">Optional key encoding scheme. If not specified, will use the <see cref="TuPack"/> encoding by default.</param>
/// <summary>Initializes a new subspace with the given binary <paramref name="prefix"/>, that uses a dynamic key <paramref name="encoding"/>.</summary>
75
75
/// <returns>A subspace that can handle keys of any types and size.</returns>
/// <returns>A subspace that can handle composite keys of type (<typeparamref name="T1"/>, <typeparamref name="T2"/>, <typeparamref name="T3"/>).</returns>
/// <returns>A subspace that can handle composite keys of type (<typeparamref name="T1"/>, <typeparamref name="T2"/>, <typeparamref name="T3"/>).</returns>
0 commit comments