[This is preliminary documentation and is subject to change.]

Creates a copy of the given MetadataCollection. Copies all entries within.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)

Syntax

   
 C# 
public MetadataCollection(
	MetadataCollection<TValue> other
)

Parameters

other
MetadataCollection<(Of <(<'TValue>)>)>

[Missing <param name="other"/> documentation for "M:fCraft.MetadataCollection`1.#ctor(fCraft.MetadataCollection{`0})"]

See Also