Edit

Share via


PaxGlobalExtendedAttributesTarEntry Constructor

Definition

Initializes a new PaxGlobalExtendedAttributesTarEntry instance with the specified global extended attributes enumeration.

public:
 PaxGlobalExtendedAttributesTarEntry(System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::String ^>> ^ globalExtendedAttributes);
public PaxGlobalExtendedAttributesTarEntry (System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>> globalExtendedAttributes);
new System.Formats.Tar.PaxGlobalExtendedAttributesTarEntry : seq<System.Collections.Generic.KeyValuePair<string, string>> -> System.Formats.Tar.PaxGlobalExtendedAttributesTarEntry
Public Sub New (globalExtendedAttributes As IEnumerable(Of KeyValuePair(Of String, String)))

Parameters

globalExtendedAttributes
IEnumerable<KeyValuePair<String,String>>

An enumeration of string key-value pairs that represents the metadata to include as global extended attributes.

Exceptions

globalExtendedAttributes is null.

Applies to