BinaryArchiveWriterWriteGuidArray Method |
Writes a list, an array, or any enumerable of
Guid to the archive.
The return will always be an array.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntaxpublic void WriteGuidArray(
IEnumerable<Guid> value
)
Public Sub WriteGuidArray (
value As IEnumerable(Of Guid)
)
Parameters
- value
- Type: System.Collections.GenericIEnumerableGuid
A value to write.
See Also