diff --git a/File_Format_Library/app.config b/File_Format_Library/app.config
index a49f8eb5..484f9f79 100644
--- a/File_Format_Library/app.config
+++ b/File_Format_Library/app.config
@@ -18,6 +18,10 @@
+
+
+
+
diff --git a/Switch_Toolbox_Library/Toolbox_Library.csproj b/Switch_Toolbox_Library/Toolbox_Library.csproj
index 02386c15..a65649ab 100644
--- a/Switch_Toolbox_Library/Toolbox_Library.csproj
+++ b/Switch_Toolbox_Library/Toolbox_Library.csproj
@@ -51,6 +51,9 @@
..\Toolbox\Lib\CSCore.dll
False
+
+ ..\packages\CsvHelper.8.0.0\lib\net45\CsvHelper.dll
+
..\Toolbox\Lib\Cyotek.Windows.Forms.ImageBox.dll
@@ -167,11 +170,13 @@
True
-
- ..\Switch_FileFormatsMain\System.Runtime.CompilerServices.Unsafe.dll
- True
+
+ ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll
+
+ ..\packages\System.Threading.Tasks.Extensions.4.5.3\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll
+
..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll
False
diff --git a/Switch_Toolbox_Library/packages.config b/Switch_Toolbox_Library/packages.config
index 49922cbc..dfb9e790 100644
--- a/Switch_Toolbox_Library/packages.config
+++ b/Switch_Toolbox_Library/packages.config
@@ -1,17 +1,20 @@
+
+
-
+
+
\ No newline at end of file
diff --git a/Toolbox/App.config b/Toolbox/App.config
index b2601efa..f486876b 100644
--- a/Toolbox/App.config
+++ b/Toolbox/App.config
@@ -15,6 +15,10 @@
+
+
+
+
diff --git a/packages/CsvHelper.8.0.0/.signature.p7s b/packages/CsvHelper.8.0.0/.signature.p7s
new file mode 100644
index 00000000..b6078b5c
Binary files /dev/null and b/packages/CsvHelper.8.0.0/.signature.p7s differ
diff --git a/packages/CsvHelper.8.0.0/CsvHelper.8.0.0.nupkg b/packages/CsvHelper.8.0.0/CsvHelper.8.0.0.nupkg
new file mode 100644
index 00000000..d042d2d5
Binary files /dev/null and b/packages/CsvHelper.8.0.0/CsvHelper.8.0.0.nupkg differ
diff --git a/packages/CsvHelper.8.0.0/lib/net45/CsvHelper.dll b/packages/CsvHelper.8.0.0/lib/net45/CsvHelper.dll
new file mode 100644
index 00000000..b920d3e3
Binary files /dev/null and b/packages/CsvHelper.8.0.0/lib/net45/CsvHelper.dll differ
diff --git a/packages/CsvHelper.8.0.0/lib/net45/CsvHelper.xml b/packages/CsvHelper.8.0.0/lib/net45/CsvHelper.xml
new file mode 100644
index 00000000..dfa47a5d
--- /dev/null
+++ b/packages/CsvHelper.8.0.0/lib/net45/CsvHelper.xml
@@ -0,0 +1,6687 @@
+
+
+
+ CsvHelper
+
+
+
+
+ Represents errors that occur due to bad data.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The reading context.
+
+
+
+ Initializes a new instance of the class
+ with a specified error message.
+
+ The reading context.
+ The message that describes the error.
+
+
+
+ Initializes a new instance of the class
+ with a specified error message and a reference to the inner exception that
+ is the cause of this exception.
+
+ The reading context.
+ The error message that explains the reason for the exception.
+ The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
+
+
+
+ Types of caches.
+
+
+
+
+ None.
+
+
+
+
+ Named index.
+
+
+
+
+ Delegate that creates objects when reading.
+
+
+
+
+ Delegate that writes objects to strings when writing.
+
+
+
+
+ Type converter options.
+
+
+
+
+ Raw record.
+
+
+
+
+ The string values used to represent a boolean false when converting.
+
+
+
+
+ Gets the false values.
+
+
+
+
+ The string values used to represent a boolean false when converting.
+
+ The false values.
+
+
+
+ The string values used to represent a boolean false when converting.
+
+ The false values.
+
+
+
+ The string values used to represent a boolean true when converting.
+
+
+
+
+ Gets the true values.
+
+
+
+
+ The string values used to represent a boolean true when converting.
+
+
+
+
+
+ The string values used to represent a boolean true when converting.
+
+
+
+
+
+ The constant value that will be used for every record when
+ reading and writing. This value will always be used no matter
+ what other mapping configurations are specified.
+
+
+
+
+ Gets the constant.
+
+
+
+
+ The constant value that will be used for every record when
+ reading and writing. This value will always be used no matter
+ what other mapping configurations are specified.
+
+ The constant.
+
+
+
+ The used when type converting.
+ This will override the global
+ setting.
+
+
+
+
+ Gets the culture info.
+
+
+
+
+ The used when type converting.
+ This will override the global
+ setting.
+
+ The culture.
+
+
+
+ The to use when type converting.
+ This is used when doing any conversions.
+
+
+
+
+ Gets the date time styles.
+
+
+
+
+ The to use when type converting.
+ This is used when doing any conversions.
+
+ The date time styles.
+
+
+
+ The default value that will be used when reading when
+ the CSV field is empty.
+
+
+
+
+ Gets the default value.
+
+
+
+
+ The default value that will be used when reading when
+ the CSV field is empty.
+
+ The default value
+
+
+
+ The string format to be used when type converting.
+
+
+
+
+ Gets the formats.
+
+
+
+
+ The string format to be used when type converting.
+
+ The format.
+
+
+
+ The string format to be used when type converting.
+
+ The formats.
+
+
+
+ Appends a prefix to the header of each field of the reference member.
+
+
+
+
+ Gets the prefix.
+
+
+
+
+ Appends a prefix to the header of each field of the reference member.
+
+
+
+
+ Appends a prefix to the header of each field of the reference member.
+
+ The prefix.
+
+
+
+ Ignore the member when reading and writing.
+ If this member has already been mapped as a reference
+ member, either by a class map, or by automapping, calling
+ this method will not ingore all the child members down the
+ tree that have already been mapped.
+
+
+
+
+ When reading, is used to get the field at
+ the given index. When writing, the fields
+ will be written in the order of the field
+ indexes.
+
+
+
+
+ Gets the index.
+
+
+
+
+ Gets the index end.
+
+
+
+
+ When reading, is used to get the field at
+ the given index. When writing, the fields
+ will be written in the order of the field
+ indexes.
+
+ The index.
+ The index end.
+
+
+
+ When reading, is used to get the field
+ at the index of the name if there was a
+ header specified. It will look for the
+ first name match in the order listed.
+ When writing, sets the name of the
+ field in the header record.
+ The first name will be used.
+
+
+
+
+ Gets the names.
+
+
+
+
+ When reading, is used to get the field
+ at the index of the name if there was a
+ header specified. It will look for the
+ first name match in the order listed.
+ When writing, sets the name of the
+ field in the header record.
+ The first name will be used.
+
+ The name
+
+
+
+ When reading, is used to get the field
+ at the index of the name if there was a
+ header specified. It will look for the
+ first name match in the order listed.
+ When writing, sets the name of the
+ field in the header record.
+ The first name will be used.
+
+ The names.
+
+
+
+ When reading, is used to get the
+ index of the name used when there
+ are multiple names that are the same.
+
+
+
+
+ The name index.
+
+
+
+
+ When reading, is used to get the
+ index of the name used when there
+ are multiple names that are the same.
+
+ The name index.
+
+
+
+ The string values used to represent null when converting.
+
+
+
+
+ Gets the null values.
+
+
+
+
+ The string values used to represent null when converting.
+
+ The null values.
+
+
+
+ The string values used to represent null when converting.
+
+ The null values.
+
+
+
+ The to use when type converting.
+ This is used when doing any number conversions.
+
+
+
+
+ Gets the number styles.
+
+
+
+
+ The to use when type converting.
+ This is used when doing any number conversions.
+
+ The number styles.
+
+
+
+ Specifies the to use
+ when converting the member to and from a CSV field.
+
+
+
+
+ Gets the type converter.
+
+
+
+
+ Specifies the to use
+ when converting the member to and from a CSV field.
+
+
+
+
+
+ Maps class members to CSV fields.
+
+
+
+
+ The type of the class this map is for.
+
+
+
+
+ The class constructor parameter mappings.
+
+
+
+
+ The class member mappings.
+
+
+
+
+ The class member reference mappings.
+
+
+
+
+ Allow only internal creation of CsvClassMap.
+
+ The type of the class this map is for.
+
+
+
+ Maps a member to a CSV field.
+
+ The type of the class this map is for. This may not be the same type
+ as the member.DeclaringType or the current ClassType due to nested member mappings.
+ The member to map.
+ If true, an existing map will be used if available.
+ If false, a new map is created for the same member.
+ The member mapping.
+
+
+
+ Maps a non-member to a CSV field. This allows for writing
+ data that isn't mapped to a class member.
+
+ The member mapping.
+
+
+
+ Maps a member to another class map.
+
+ The type of the class map.
+ The member.
+ Constructor arguments used to create the reference map.
+ The reference mapping for the member.
+
+
+
+ Auto maps all members for the given type. If a member
+ is mapped again it will override the existing map.
+
+
+
+
+ Auto maps all members for the given type. If a member
+ is mapped again it will override the existing map.
+
+ The configuration.
+
+
+
+ Get the largest index for the
+ members and references.
+
+ The max index.
+
+
+
+ Resets the indexes based on the given start index.
+
+ The index start.
+ The last index + 1.
+
+
+
+ Auto maps the given map and checks for circular references as it goes.
+
+ The map to auto map.
+ The configuration.
+ The list of parents for the map.
+ The index starting point.
+
+
+
+ Auto maps the given map using constructor parameters.
+
+ The map.
+ The configuration.
+ The list of parents for the map.
+ The index starting point.
+
+
+
+ Checks for circular references.
+
+ The type to check for.
+ The list of parents to check against.
+ A value indicating if a circular reference was found.
+ True if a circular reference was found, otherwise false.
+
+
+
+ Gets the generic type for this class map.
+
+
+
+
+ Applies attribute configurations to the map.
+
+ The member map.
+
+
+
+ Applies attribute configurations to the map.
+
+ The reference map.
+
+
+
+ Has mapping capabilities.
+
+ The class type.
+
+
+
+ Maps a member to a CSV field.
+
+ The member to map.
+ If true, an existing map will be used if available.
+ If false, a new map is created for the same member.
+ The member mapping.
+
+
+
+ Options after a mapping call.
+
+ The class type.
+ The member type.
+
+
+
+ Has type converter capabilities.
+
+ The class type.
+ The member type.
+
+
+
+ Specifies the to use
+ when converting the member to and from a CSV field.
+
+ The TypeConverter to use.
+
+
+
+ Specifies the to use
+ when converting the member to and from a CSV field.
+
+ The of the
+ to use.
+
+
+
+ Options after a type converter call.
+
+ The class type.
+ The member type.
+
+
+
+ Has index capabilities.
+
+ The class type.
+ The member type.
+
+
+
+ When reading, is used to get the field at
+ the given index. When writing, the fields
+ will be written in the order of the field
+ indexes.
+
+ The index of the CSV field.
+ The end index used when mapping to an member.
+
+
+
+ Options after an index call.
+
+ The class type.
+ The member type.
+
+
+
+ Has name capabilities.
+
+ The class type.
+ The member type.
+
+
+
+ When reading, is used to get the field
+ at the index of the name if there was a
+ header specified. It will look for the
+ first name match in the order listed.
+ When writing, sets the name of the
+ field in the header record.
+ The first name will be used.
+
+ The possible names of the CSV field.
+
+
+
+ Options after a name call.
+
+ The class type.
+ The member type.
+
+
+
+ Has name index capabilities.
+
+ The class type.
+ The member type.
+
+
+
+ When reading, is used to get the
+ index of the name used when there
+ are multiple names that are the same.
+
+ The index of the name.
+
+
+
+ Options after a name index call.
+
+ The class type.
+ The member type.
+
+
+
+ Has convert using capabilities.
+
+ The class type.
+ The member type.
+
+
+
+ Specifies an expression to be used to convert data in the
+ row to the member.
+
+ The convert expression.
+
+
+
+ Specifies an expression to be used to convert the object
+ to a field.
+
+ The convert expression.
+
+
+
+ Has default capabilities.
+
+ The class type.
+ The member type.
+
+
+
+ The default value that will be used when reading when
+ the CSV field is empty.
+
+ The default value.
+
+
+
+ The default value that will be used when reading when
+ the CSV field is empty. This value is not type checked
+ and will use a to convert
+ the field. This could potentially have runtime errors.
+
+ The default value.
+
+
+
+ Options after a default call.
+
+ The class type.
+ The member type.
+
+
+
+ Has constant capabilities.
+
+ The class type.
+ The member type.
+
+
+
+ The constant value that will be used for every record when
+ reading and writing. This value will always be used no matter
+ what other mapping configurations are specified.
+
+ The constant value.
+
+
+
+ Has validate capabilities.
+
+ The class type.
+ The member type.
+
+
+
+ The validate expression that will be called on every field when reading.
+ The expression should return true if the field is valid.
+ If false is returned, a
+ will be thrown.
+
+ The validation expression.
+
+
+
+ Has build capabilities.
+
+ The class type.
+
+
+
+ Builds the .
+
+
+
+
+ Collection that holds CsvClassMaps for record types.
+
+
+
+
+ Gets the for the specified record type.
+
+
+ The .
+
+ The record type.
+ The for the specified record type.
+
+
+
+ Creates a new instance using the given configuration.
+
+ The configuration.
+
+
+
+ Finds the for the specified record type.
+
+ The record type.
+ The for the specified record type.
+
+
+
+ Adds the specified map for it's record type. If a map
+ already exists for the record type, the specified
+ map will replace it.
+
+ The map.
+
+
+
+ Removes the class map.
+
+ The class map type.
+
+
+
+ Removes all maps.
+
+
+
+
+ Goes up the inheritance tree to find the type instance of CsvClassMap{}.
+
+ The type to traverse.
+ The type that is CsvClassMap{}.
+
+
+
+ Sets defaults for the mapping tree. The defaults used
+ to be set inside the classes, but this didn't allow for
+ the TypeConverter to be created from the Configuration's
+ TypeConverterFactory.
+
+ The map to set defaults on.
+
+
+
+ Maps class members to CSV fields.
+
+ The of class to map.
+
+
+
+ Creates an instance of .
+
+
+
+
+ Maps a member to a CSV field.
+
+ The member to map.
+ If true, an existing map will be used if available.
+ If false, a new map is created for the same member.
+ The member mapping.
+
+
+
+ Meant for internal use only.
+ Maps a member to another class map. When this is used, accessing a property through
+ sub-property mapping later won't work. You can only use one or the other. When using
+ this, ConvertUsing will also not work.
+
+ The type of the class map.
+ The expression.
+ Constructor arguments used to create the reference map.
+ The reference mapping for the member.
+
+
+
+ Configuration used for reading and writing CSV data.
+
+
+
+
+ Gets or sets the .
+
+
+
+
+ Gets or sets the .
+
+
+
+
+ Gets or sets a value indicating if the
+ CSV file has a header record.
+ Default is true.
+
+
+
+
+ Gets or sets the function that is called when a header validation check is ran. The default function
+ will throw a if there is no header for a given member mapping.
+ You can supply your own function to do other things like logging the issue instead of throwing an exception.
+ Arguments: isValid, headerNames, headerNameIndex, context
+
+
+
+
+ Gets or sets the function that is called when a missing field is found. The default function will
+ throw a . You can supply your own function to do other things
+ like logging the issue instead of throwing an exception.
+ Arguments: headerNames, index, context
+
+
+
+
+ Gets or sets the function that is called when bad field data is found. A field
+ has bad data if it contains a quote and the field is not quoted (escaped).
+ You can supply your own function to do other things like logging the issue
+ instead of throwing an exception.
+ Arguments: context
+
+
+
+
+ Gets or sets the function that is called when a reading exception occurs.
+ The default function will re-throw the given exception. If you want to ignore
+ reading exceptions, you can supply your own function to do other things like
+ logging the issue.
+ Arguments: exception
+
+
+
+
+ Gets or sets the callback that will be called to
+ determine whether to skip the given record or not.
+
+
+
+
+ Gets or sets a value indicating if fields should be sanitized
+ to prevent malicious injection. This covers MS Excel,
+ Google Sheets and Open Office Calc.
+
+
+
+
+ Gets or sets the characters that are used for injection attacks.
+
+
+
+
+ Gets or sets the character used to escape a detected injection.
+
+
+
+
+ Gets or sets a value indicating whether changes in the column
+ count should be detected. If true, a
+ will be thrown if a different column count is detected.
+
+
+ true if [detect column count changes]; otherwise, false.
+
+
+
+
+ Prepares the header field for matching against a member name.
+ The header field and the member name are both ran through this function.
+ You should do things like trimming, removing whitespace, removing underscores,
+ and making casing changes to ignore case.
+
+
+
+
+ Determines if constructor parameters should be used to create
+ the class instead of the default constructor and members.
+
+
+
+
+ Chooses the constructor to use for constuctor mapping.
+
+
+
+
+ Gets or sets a value indicating whether references
+ should be ignored when auto mapping. True to ignore
+ references, otherwise false. Default is false.
+
+
+
+
+ Gets or sets the field trimming options.
+
+
+
+
+ Gets or sets the delimiter used to separate fields.
+ Default is ",";
+
+
+
+
+ Gets or sets the character used to quote fields.
+ Default is '"'.
+
+
+
+
+ Gets a string representation of the currently configured Quote character.
+
+
+ The new quote string.
+
+
+
+
+ Gets a string representation of two of the currently configured Quote characters.
+
+
+ The new double quote string.
+
+
+
+
+ Gets an array characters that require
+ the field to be quoted.
+
+
+
+
+ Gets or sets the character used to denote
+ a line that is commented out. Default is '#'.
+
+
+
+
+ Gets or sets a value indicating if comments are allowed.
+ True to allow commented out lines, otherwise false.
+
+
+
+
+ Gets or sets the size of the buffer
+ used for reading CSV files.
+ Default is 2048.
+
+
+
+
+ Gets or sets a value indicating whether all fields are quoted when writing,
+ or just ones that have to be. and
+ cannot be true at the same time. Turning one
+ on will turn the other off.
+
+
+ true if all fields should be quoted; otherwise, false.
+
+
+
+
+ Gets or sets a value indicating whether no fields are quoted when writing.
+ and cannot be true
+ at the same time. Turning one on will turn the other off.
+
+
+ true if [quote no fields]; otherwise, false.
+
+
+
+
+ Gets or sets a value indicating whether the number of bytes should
+ be counted while parsing. Default is false. This will slow down parsing
+ because it needs to get the byte count of every char for the given encoding.
+ The needs to be set correctly for this to be accurate.
+
+
+
+
+ Gets or sets the encoding used when counting bytes.
+
+
+
+
+ Gets or sets the culture info used to read an write CSV files.
+
+
+
+
+ Gets or sets a value indicating if quotes should be
+ ignored when parsing and treated like any other character.
+
+
+
+
+ Gets or sets a value indicating if private
+ member should be read from and written to.
+ True to include private member, otherwise false. Default is false.
+
+
+
+
+ Gets or sets the member types that are used when auto mapping.
+ MemberTypes are flags, so you can choose more than one.
+ Default is Properties.
+
+
+
+
+ Gets or sets a value indicating if blank lines
+ should be ignored when reading.
+ True to ignore, otherwise false. Default is true.
+
+
+
+
+ Gets or sets a callback that will return the prefix for a reference header.
+ Arguments: memberType, memberName
+
+
+
+
+ Builds the values for the RequiredQuoteChars property.
+
+
+
+
+ The configured s.
+
+
+
+
+ Gets or sets a value indicating that during writing if a new
+ object should be created when a reference member is null.
+ True to create a new object and use it's defaults for the
+ fields, or false to leave the fields empty for all the
+ reference member's member.
+
+
+
+
+ Creates a new CsvConfiguration.
+
+
+
+
+ Use a to configure mappings.
+ When using a class map, no members are mapped by default.
+ Only member specified in the mapping are used.
+
+ The type of mapping class to use.
+
+
+
+ Use a to configure mappings.
+ When using a class map, no members are mapped by default.
+ Only members specified in the mapping are used.
+
+ The type of mapping class to use.
+
+
+
+ Registers the class map.
+
+ The class map to register.
+
+
+
+ Unregisters the class map.
+
+ The map type to unregister.
+
+
+
+ Unregisters the class map.
+
+ The map type to unregister.
+
+
+
+ Unregisters all class maps.
+
+
+
+
+ Generates a for the type.
+
+ The type to generate the map for.
+ The generate map.
+
+
+
+ Generates a for the type.
+
+ The type to generate for the map.
+ The generate map.
+
+
+
+ Represents configuration errors that occur.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class
+ with a specified error message.
+
+ The message that describes the error.
+
+
+
+ Initializes a new instance of the class
+ with a specified error message and a reference to the inner exception that
+ is the cause of this exception.
+
+ The error message that explains the reason for the exception.
+ The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
+
+
+
+ A default that can be used
+ to create a class map dynamically.
+
+
+
+
+
+ Configuration used for the .
+
+
+
+
+ Gets or sets the size of the buffer
+ used for reading CSV files.
+ Default is 2048.
+
+
+
+
+ Gets or sets a value indicating whether the number of bytes should
+ be counted while parsing. Default is false. This will slow down parsing
+ because it needs to get the byte count of every char for the given encoding.
+ The needs to be set correctly for this to be accurate.
+
+
+
+
+ Gets or sets the encoding used when counting bytes.
+
+
+
+
+ Gets or sets the function that is called when bad field data is found. A field
+ has bad data if it contains a quote and the field is not quoted (escaped).
+ You can supply your own function to do other things like logging the issue
+ instead of throwing an exception.
+ Arguments: context
+
+
+
+
+ Gets or sets the character used to denote
+ a line that is commented out. Default is '#'.
+
+
+
+
+ Gets or sets a value indicating if comments are allowed.
+ True to allow commented out lines, otherwise false.
+
+
+
+
+ Gets or sets a value indicating if blank lines
+ should be ignored when reading.
+ True to ignore, otherwise false. Default is true.
+
+
+
+
+ Gets or sets a value indicating if quotes should be
+ ingored when parsing and treated like any other character.
+
+
+
+
+ Gets or sets the character used to quote fields.
+ Default is '"'.
+
+
+
+
+ Gets or sets the delimiter used to separate fields.
+ Default is ",";
+
+
+
+
+ Gets or sets the field trimming options.
+
+
+
+
+ Configuration used for the .
+
+
+
+
+ Gets or sets a value indicating if the
+ CSV file has a header record.
+ Default is true.
+
+
+
+
+ Gets or sets the function that is called when a header validation check is ran. The default function
+ will throw a if there is no header for a given member mapping.
+ You can supply your own function to do other things like logging the issue instead of throwing an exception.
+ Arguments: isValid, headerNames, headerNameIndex, context
+
+
+
+
+ Gets or sets the function that is called when a missing field is found. The default function will
+ throw a . You can supply your own function to do other things
+ like logging the issue instead of throwing an exception.
+ Arguments: headerNames, index, context
+
+
+
+
+ Gets or sets the function that is called when a reading exception occurs.
+ The default function will re-throw the given exception. If you want to ignore
+ reading exceptions, you can supply your own function to do other things like
+ logging the issue.
+ Arguments: exception
+
+
+
+
+ Gets or sets the culture info used to read an write CSV files.
+
+
+
+
+ Gets or sets the .
+
+
+
+
+ Gets or sets the .
+
+
+
+
+ Prepares the header field for matching against a member name.
+ The header field and the member name are both ran through this function.
+ You should do things like trimming, removing whitespace, removing underscores,
+ and making casing changes to ignore case.
+
+
+
+
+ Determines if constructor parameters should be used to create
+ the class instead of the default constructor and members.
+
+
+
+
+ Chooses the constructor to use for constuctor mapping.
+
+
+
+
+ Gets or sets a value indicating whether references
+ should be ignored when auto mapping. True to ignore
+ references, otherwise false. Default is false.
+
+
+
+
+ Gets or sets the callback that will be called to
+ determine whether to skip the given record or not.
+
+
+
+
+ Gets or sets a value indicating if private
+ member should be read from and written to.
+ True to include private member, otherwise false. Default is false.
+
+
+
+
+ Gets or sets a callback that will return the prefix for a reference header.
+ Arguments: memberType, memberName
+
+
+
+
+ Gets or sets a value indicating whether changes in the column
+ count should be detected. If true, a
+ will be thrown if a different column count is detected.
+
+
+ true if [detect column count changes]; otherwise, false.
+
+
+
+
+ Gets or sets the member types that are used when auto mapping.
+ MemberTypes are flags, so you can choose more than one.
+ Default is Properties.
+
+
+
+
+ The configured s.
+
+
+
+
+ Use a to configure mappings.
+ When using a class map, no members are mapped by default.
+ Only member specified in the mapping are used.
+
+ The type of mapping class to use.
+
+
+
+ Use a to configure mappings.
+ When using a class map, no member are mapped by default.
+ Only member specified in the mapping are used.
+
+ The type of mapping class to use.
+
+
+
+ Registers the class map.
+
+ The class map to register.
+
+
+
+ Unregisters the class map.
+
+ The map type to unregister.
+
+
+
+ Unregisters the class map.
+
+ The map type to unregister.
+
+
+
+ Unregisters all class maps.
+
+
+
+
+ Generates a for the type.
+
+ The type to generate the map for.
+ The generate map.
+
+
+
+ Generates a for the type.
+
+ The type to generate for the map.
+ The generate map.
+
+
+
+ Configuration used for the .
+
+
+
+
+ Gets or sets the delimiter used to separate fields.
+ Default is ',';
+
+
+
+
+ Gets or sets the character used to quote fields.
+ Default is '"'.
+
+
+
+
+ Gets or sets the field trimming options.
+
+
+
+
+ Gets or sets a value indicating if fields should be sanitized
+ to prevent malicious injection. This covers MS Excel,
+ Google Sheets and Open Office Calc.
+
+
+
+
+ Gets or sets the characters that are used for injection attacks.
+
+
+
+
+ Gets or sets the character used to escape a detected injection.
+
+
+
+
+ Configuration used for the .
+
+
+
+
+ Gets or sets a value indicating whether all fields are quoted when writing,
+ or just ones that have to be. and
+ cannot be true at the same time. Turning one
+ on will turn the other off.
+
+
+ true if all fields should be quoted; otherwise, false.
+
+
+
+
+ Gets or sets a value indicating whether no fields are quoted when writing.
+ and cannot be true
+ at the same time. Turning one on will turn the other off.
+
+
+ true if [quote no fields]; otherwise, false.
+
+
+
+
+ Gets a string representation of the currently configured Quote character.
+
+
+ The new quote string.
+
+
+
+
+ Gets an array characters that require
+ the field to be quoted.
+
+
+
+
+ Builds the values for the RequiredQuoteChars property.
+
+
+
+
+ Gets a string representation of two of the currently configured Quote characters.
+
+
+ The new double quote string.
+
+
+
+
+ Gets or sets the culture info used to read an write CSV files.
+
+
+
+
+ Gets or sets the .
+
+
+
+
+ Gets or sets the .
+
+
+
+
+ Gets or sets a value indicating if comments are allowed.
+ True to allow commented out lines, otherwise false.
+
+
+
+
+ Gets or sets the character used to denote
+ a line that is commented out. Default is '#'.
+
+
+
+
+ Gets or sets a value indicating if the
+ CSV file has a header record.
+ Default is true.
+
+
+
+
+ Gets or sets a value indicating whether references
+ should be ignored when auto mapping. True to ignore
+ references, otherwise false. Default is false.
+
+
+
+
+ Gets or sets a value indicating if private
+ member should be read from and written to.
+ True to include private member, otherwise false. Default is false.
+
+
+
+
+ Gets or sets a callback that will return the prefix for a reference header.
+ Arguments: memberType, memberName
+
+
+
+
+ Gets or sets the member types that are used when auto mapping.
+ MemberTypes are flags, so you can choose more than one.
+ Default is Properties.
+
+
+
+
+ The configured s.
+
+
+
+
+ Use a to configure mappings.
+ When using a class map, no member are mapped by default.
+ Only member specified in the mapping are used.
+
+ The type of mapping class to use.
+
+
+
+ Use a to configure mappings.
+ When using a class map, no member are mapped by default.
+ Only member specified in the mapping are used.
+
+ The type of mapping class to use.
+
+
+
+ Registers the class map.
+
+ The class map to register.
+
+
+
+ Unregisters the class map.
+
+ The map type to unregister.
+
+
+
+ Unregisters the class map.
+
+ The map type to unregister.
+
+
+
+ Unregisters all class maps.
+
+
+
+
+ Generates a for the type.
+
+ The type to generate the map for.
+ The generate map.
+
+
+
+ Generates a for the type.
+
+ The type to generate for the map.
+ The generate map.
+
+
+
+ Gets or sets a value indicating that during writing if a new
+ object should be created when a reference member is null.
+ True to create a new object and use it's defaults for the
+ fields, or false to leave the fields empty for all the
+ reference member's member.
+
+
+
+
+ Sets type converter options on a member map.
+
+
+
+
+ Creates a new instance using the given .
+
+ The member map the options are being applied to.
+
+
+
+ The used when type converting.
+ This will override the global
+ setting.
+
+ The culture info.
+
+
+
+ The to use when type converting.
+ This is used when doing any conversions.
+
+ The date time style.
+
+
+
+ The to use when type converting.
+ This is used when doing any number conversions.
+
+
+
+
+
+ The string format to be used when type converting.
+
+ The format.
+
+
+
+ The string values used to represent a boolean when converting.
+
+ A value indicating whether true values or false values are being set.
+ A value indication if the current values should be cleared before adding the new ones.
+ The string boolean values.
+
+
+
+ The string values used to represent null when converting.
+
+ The values that represent null.
+
+
+
+
+ The string values used to represent null when converting.
+
+ A value indication if the current values should be cleared before adding the new ones.
+ The values that represent null.
+
+
+
+
+ Mapping info for a member to a CSV field.
+
+
+
+
+ Gets the member map data.
+
+
+
+
+ Type converter options.
+
+
+
+
+ Creates an instance of using the given Type and .
+
+ Type of the class the member being mapped belongs to.
+ The member being mapped.
+
+
+
+ When reading, is used to get the field
+ at the index of the name if there was a
+ header specified. It will look for the
+ first name match in the order listed.
+ When writing, sets the name of the
+ field in the header record.
+ The first name will be used.
+
+ The possible names of the CSV field.
+
+
+
+ When reading, is used to get the
+ index of the name used when there
+ are multiple names that are the same.
+
+ The index of the name.
+
+
+
+ When reading, is used to get the field at
+ the given index. When writing, the fields
+ will be written in the order of the field
+ indexes.
+
+ The index of the CSV field.
+ The end index used when mapping to an member.
+
+
+
+ Ignore the member when reading and writing.
+ If this member has already been mapped as a reference
+ member, either by a class map, or by automapping, calling
+ this method will not ingore all the child members down the
+ tree that have already been mapped.
+
+
+
+
+ Ignore the member when reading and writing.
+ If this member has already been mapped as a reference
+ member, either by a class map, or by automapping, calling
+ this method will not ingore all the child members down the
+ tree that have already been mapped.
+
+ True to ignore, otherwise false.
+
+
+
+ The default value that will be used when reading when
+ the CSV field is empty.
+
+ The default value.
+
+
+
+ The default value that will be used when reading when
+ the CSV field is empty. This value is not type checked
+ and will use a to convert
+ the field. This could potentially have runtime errors.
+
+ The default value.
+
+
+
+ The constant value that will be used for every record when
+ reading and writing. This value will always be used no matter
+ what other mapping configurations are specified.
+
+ The constant value.
+
+
+
+ Specifies the to use
+ when converting the member to and from a CSV field.
+
+ The TypeConverter to use.
+
+
+
+ Specifies the to use
+ when converting the member to and from a CSV field.
+
+ The of the
+ to use.
+
+
+
+ Specifies an expression to be used to validate a field when reading.
+
+
+
+
+
+ A collection that holds 's.
+
+
+
+
+ Gets the number of elements contained in the .
+
+
+ The number of elements contained in the .
+
+
+
+
+ Gets a value indicating whether the is read-only.
+
+
+ true if the is read-only; otherwise, false.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The comparer to use when sorting the member maps.
+
+
+
+ Returns an enumerator that iterates through the collection.
+
+
+ A that can be used to iterate through the collection.
+
+ 1
+
+
+
+ Returns an enumerator that iterates through a collection.
+
+
+ An object that can be used to iterate through the collection.
+
+ 2
+
+
+
+ Adds an item to the .
+
+ The object to add to the .
+ The is read-only.
+
+
+
+
+ Adds a range of items to the .
+
+ The collection to add.
+
+
+
+ Removes all items from the .
+
+ The is read-only.
+
+
+
+
+ Determines whether the contains a specific value.
+
+
+ true if is found in the ; otherwise, false.
+
+ The object to locate in the .
+
+
+
+
+ Copies the elements of the to an , starting at a particular index.
+
+ The one-dimensional that is the destination of the elements copied from . The must have zero-based indexing.The zero-based index in at which copying begins. is null. is less than 0.The number of elements in the source is greater than the available space from to the end of the destination .
+
+
+
+ Removes the first occurrence of a specific object from the .
+
+
+ true if was successfully removed from the ; otherwise, false. This method also returns false if is not found in the original .
+
+ The object to remove from the .
+ The is read-only.
+
+
+
+
+ Determines the index of a specific item in the .
+
+
+ The index of if found in the list; otherwise, -1.
+
+ The object to locate in the .
+
+
+
+
+ Inserts an item to the at the specified index.
+
+ The zero-based index at which should be inserted.
+ The object to insert into the .
+ is not a valid index in the .
+ The is read-only.
+
+
+
+
+ Removes the item at the specified index.
+
+ The zero-based index of the item to remove.
+ is not a valid index in the .
+ The is read-only.
+
+
+
+
+ Gets or sets the element at the specified index.
+
+
+ The element at the specified index.
+
+ The zero-based index of the element to get or set.
+ is not a valid index in the .
+ The member is set and the is read-only.
+
+
+
+
+ Finds the using the given member expression.
+
+ The the member is on.
+ The member expression.
+ The for the given expression, or null if not found.
+
+
+
+ Finds the using the given member.
+
+ The member.
+ The for the given expression, or null if not found.
+
+
+
+ Adds the members from the mapping. This will recursively
+ traverse the mapping tree and add all members for
+ reference maps.
+
+ The mapping where the members are added from.
+
+
+
+ Used to compare s.
+ The order is by field index ascending. Any
+ fields that don't have an index are pushed
+ to the bottom.
+
+
+
+
+ Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
+
+
+ Value
+ Condition
+ Less than zero
+ is less than .
+ Zero
+ equals .
+ Greater than zero
+ is greater than .
+
+ The first object to compare.
+ The second object to compare.
+ Neither nor implements the interface.
+ -or-
+ and are of different types and neither one can handle comparisons with the other.
+ 2
+
+
+
+ Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
+
+
+ Value
+ Condition
+ Less than zero
+ is less than .
+ Zero
+ equals .
+ Greater than zero
+ is greater than .
+
+ The first object to compare.
+ The second object to compare.
+
+
+
+
+ The configured data for the member map.
+
+
+
+
+ Gets the that the data
+ is associated with.
+
+
+
+
+ Gets the list of column names.
+
+
+
+
+ Gets or sets the index of the name.
+ This is used if there are multiple
+ columns with the same names.
+
+
+
+
+ Gets or sets a value indicating if the name was
+ explicitly set. True if it was explicity set,
+ otherwise false.
+
+
+
+
+ Gets or sets the column index.
+
+
+
+
+ Gets or sets the index end. The Index end is used to specify a range for use
+ with a collection member. Index is used as the start of the range, and IndexEnd
+ is the end of the range.
+
+
+
+
+ Gets or sets a value indicating if the index was
+ explicitly set. True if it was explicitly set,
+ otherwise false.
+
+
+
+
+ Gets or sets the type converter.
+
+
+
+
+ Gets or sets the type converter options.
+
+
+
+
+ Gets or sets a value indicating whether the field should be ignored.
+
+
+
+
+ Gets or sets the default value used when a CSV field is empty.
+
+
+
+
+ Gets or sets a value indicating whether this instance is default value set.
+ the default value was explicitly set. True if it was
+ explicitly set, otherwise false.
+
+
+
+
+ Gets or sets the constant value used for every record.
+
+
+
+
+ Gets or sets a value indicating if a constant was explicitly set.
+
+
+
+
+ Gets or sets the expression used to convert data in the
+ row to the member.
+
+
+
+
+ Gets or sets the expression to be used to convert the object
+ to a field.
+
+
+
+
+ Gets or sets the expression use to validate a field.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The member.
+
+
+
+ Mapping info for a member to a CSV field.
+
+
+
+
+ Creates a new instance using the specified member.
+
+
+
+
+ When reading, is used to get the field
+ at the index of the name if there was a
+ header specified. It will look for the
+ first name match in the order listed.
+ When writing, sets the name of the
+ field in the header record.
+ The first name will be used.
+
+ The possible names of the CSV field.
+
+
+
+ When reading, is used to get the
+ index of the name used when there
+ are multiple names that are the same.
+
+ The index of the name.
+
+
+
+ When reading, is used to get the field at
+ the given index. When writing, the fields
+ will be written in the order of the field
+ indexes.
+
+ The index of the CSV field.
+ The end index used when mapping to an member.
+
+
+
+ Ignore the member when reading and writing.
+ If this member has already been mapped as a reference
+ member, either by a class map, or by automapping, calling
+ this method will not ingore all the child members down the
+ tree that have already been mapped.
+
+
+
+
+ Ignore the member when reading and writing.
+ If this member has already been mapped as a reference
+ member, either by a class map, or by automapping, calling
+ this method will not ingore all the child members down the
+ tree that have already been mapped.
+
+ True to ignore, otherwise false.
+
+
+
+ The default value that will be used when reading when
+ the CSV field is empty.
+
+ The default value.
+
+
+
+ The default value that will be used when reading when
+ the CSV field is empty. This value is not type checked
+ and will use a to convert
+ the field. This could potentially have runtime errors.
+
+ The default value.
+
+
+
+ The constant value that will be used for every record when
+ reading and writing. This value will always be used no matter
+ what other mapping configurations are specified.
+
+ The constant value.
+
+
+
+ Specifies the to use
+ when converting the member to and from a CSV field.
+
+ The TypeConverter to use.
+
+
+
+ Specifies the to use
+ when converting the member to and from a CSV field.
+
+ The of the
+ to use.
+
+
+
+ Specifies an expression to be used to convert data in the
+ row to the member.
+
+ The convert expression.
+
+
+
+ Specifies an expression to be used to convert the object
+ to a field.
+
+ The convert expression.
+
+
+
+ Specifies an expression to be used to validate a field when reading.
+
+
+
+
+
+ A collection that holds member names.
+
+
+
+
+ Gets the name at the given index. If a prefix is set,
+ it will be prepended to the name.
+
+
+
+
+
+
+ Gets the prefix to use for each name.
+
+
+
+
+ Gets the raw list of names without
+ the prefix being prepended.
+
+
+
+
+ Gets the count.
+
+
+
+
+ Adds the given name to the collection.
+
+ The name to add.
+
+
+
+ Clears all names from the collection.
+
+
+
+
+ Adds a range of names to the collection.
+
+ The range to add.
+
+
+
+ Returns an enumerator that iterates through the collection.
+
+
+ A that can be used to iterate through the collection.
+
+ 1
+
+
+
+ Returns an enumerator that iterates through a collection.
+
+
+ An object that can be used to iterate through the collection.
+
+ 2
+
+
+
+ Mapping info for a reference member mapping to a class.
+
+
+
+
+ Gets the member reference map data.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The member.
+ The to use for the reference map.
+
+
+
+ Appends a prefix to the header of each field of the reference member.
+
+ The prefix to be prepended to headers of each reference member.
+ The current
+
+
+
+ Get the largest index for the
+ members and references.
+
+ The max index.
+
+
+
+ A collection that holds 's.
+
+
+
+ Gets the number of elements contained in the .
+ The number of elements contained in the .
+
+
+ Gets a value indicating whether the is read-only.
+ true if the is read-only; otherwise, false.
+
+
+ Gets or sets the element at the specified index.
+ The element at the specified index.
+ The zero-based index of the element to get or set.
+
+ is not a valid index in the .
+ The member is set and the is read-only.
+
+
+ Returns an enumerator that iterates through the collection.
+ A that can be used to iterate through the collection.
+ 1
+
+
+ Returns an enumerator that iterates through a collection.
+ An object that can be used to iterate through the collection.
+ 2
+
+
+ Adds an item to the .
+ The object to add to the .
+ The is read-only.
+
+
+ Removes all items from the .
+ The is read-only.
+
+
+ Determines whether the contains a specific value.
+ true if is found in the ; otherwise, false.
+ The object to locate in the .
+
+
+ Copies the elements of the to an , starting at a particular index.
+ The one-dimensional that is the destination of the elements copied from . The must have zero-based indexing.
+ The zero-based index in at which copying begins.
+
+ is null.
+
+ is less than 0.
+ The number of elements in the source is greater than the available space from to the end of the destination .
+
+
+ Removes the first occurrence of a specific object from the .
+ true if was successfully removed from the ; otherwise, false. This method also returns false if is not found in the original .
+ The object to remove from the .
+ The is read-only.
+
+
+ Determines the index of a specific item in the .
+ The index of if found in the list; otherwise, -1.
+ The object to locate in the .
+
+
+ Inserts an item to the at the specified index.
+ The zero-based index at which should be inserted.
+ The object to insert into the .
+
+ is not a valid index in the .
+ The is read-only.
+
+
+ Removes the item at the specified index.
+ The zero-based index of the item to remove.
+
+ is not a valid index in the .
+ The is read-only.
+
+
+
+ Finds the using the given member expression.
+
+ The the member is on.
+ The member expression.
+ The for the given expression, or null if not found.
+
+
+
+ Finds the using the given member.
+
+ The member.
+ The for the given expression, or null if not found.
+
+
+
+ The configuration data for the reference map.
+
+
+
+
+ Gets or sets the header prefix to use.
+
+
+
+
+ Gets the that the data
+ is associated with.
+
+
+
+
+ Gets the mapping this is a reference for.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The member.
+ The mapping this is a reference for.
+
+
+
+ Flags for the type of members that
+ can be used for auto mapping.
+
+
+
+
+ No members. This is not a valid value
+ and will cause an exception if used.
+
+
+
+
+ Properties on a class.
+
+
+
+
+ Fields on a class.
+
+
+
+
+ Mapping for a constructor parameter.
+ This may contain value type data, a constructor type map,
+ or a reference map, depending on the type of the parameter.
+
+
+
+
+ Gets the parameter map data.
+
+
+
+
+ Gets or sets the map for a constructor type.
+
+
+
+
+ Gets or sets the map for a reference type.
+
+
+
+
+ Creates an instance of using
+ the given information.
+
+ The parameter being mapped.
+
+
+
+ The constructor paramter data for the map.
+
+
+
+
+ Gets the that the data
+ is associated with.
+
+
+
+
+ Gets or sets the type converter.
+
+
+
+
+ Gets or sets the type converter options.
+
+
+
+
+ Gets or sets the column index.
+
+
+
+
+ Gets or sets the column name.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The constructor parameter.
+
+
+
+ Mapping info for a reference parameter mapping to a class.
+
+
+
+
+ Gets the parameter reference map data.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The parameter.
+ The to use for the reference map.
+
+
+
+ Appends a prefix to the header of each field of the reference parameter.
+
+ The prefix to be prepended to headers of each reference parameter.
+ The current
+
+
+
+ Get the largest index for the
+ members and references.
+
+ The max index.
+
+
+
+ The configuration data for the reference map.
+
+
+
+
+ Gets or sets the header prefix to use.
+
+
+
+
+ Gets the that the data
+ is associated with.
+
+
+
+
+ Gets the mapping this is a reference for.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The parameter.
+ The mapping this is a reference for.
+
+
+
+ Options for trimming of fields.
+
+
+
+
+ No trimming.
+
+
+
+
+ Trims the whitespace around a field.
+
+
+
+
+ Trims the whitespace inside of quotes around a field.
+
+
+
+
+ Reads fields from a .
+
+
+
+
+ Gets the reading context.
+
+
+
+
+ Gets a value indicating if the buffer is empty.
+ True if the buffer is empty, otherwise false.
+
+
+
+
+ Fills the buffer.
+
+ True if there is more data left.
+ False if all the data has been read.
+
+
+
+ Fills the buffer.
+
+ True if there is more data left.
+ False if all the data has been read.
+
+
+
+ Creates a new using the given
+ and .
+
+ The text reader.
+ The configuration.
+
+
+
+ Creates a new using the given
+ ,
+ and leaveOpen flag.
+
+ The text reader.
+ The configuration.
+ A value indicating if the should be left open when disposing.
+
+
+
+ Gets the next char as an .
+
+
+
+
+ Gets the field. This will append any reading progress.
+
+ The current field.
+
+
+
+ Appends the current reading progress.
+
+
+
+
+ Move's the buffer position according to the given offset.
+
+ The offset to move the buffer.
+
+
+
+ Sets the start of the field to the current buffer position.
+
+ An offset for the field start.
+ The offset should be less than 1.
+
+
+
+ Sets the end of the field to the current buffer position.
+
+ An offset for the field start.
+ The offset should be less than 1.
+
+
+
+ Sets the raw recodr start to the current buffer position;
+
+ An offset for the raw record start.
+ The offset should be less than 1.
+
+
+
+ Sets the raw record end to the current buffer position.
+
+ An offset for the raw record end.
+ The offset should be less than 1.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+ 2
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+ True if the instance needs to be disposed of.
+
+
+
+ Represents errors that occur in CsvHelper.
+
+
+
+
+ Gets the context used when reading.
+
+
+
+
+ Gets the context used when writing.
+
+
+
+
+ Initializes a new instance of the CsvHelperException class.
+
+
+
+
+ Initializes a new instance of the CsvHelperException class.
+
+ The message that describes the error.
+
+
+
+ Initializes a new instance of the CsvHelperException class.
+
+ The error message that explains the reason for the exception.
+ The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class
+ with a specified error message.
+
+ The reading context.
+ The message that describes the error.
+
+
+
+ Initializes a new instance of the class
+ with a specified error message and a reference to the inner exception that
+ is the cause of this exception.
+
+ The reading context.
+ The error message that explains the reason for the exception.
+ The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
+
+
+
+ Initializes a new instance of the class
+ with a specified error message.
+
+ The writing context.
+ The message that describes the error.
+
+
+
+ Initializes a new instance of the class
+ with a specified error message and a reference to the inner exception that
+ is the cause of this exception.
+
+ The writing context.
+ The error message that explains the reason for the exception.
+ The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
+
+
+
+ Parses a CSV file.
+
+
+
+
+ Gets the reading context.
+
+
+
+
+ Gets the configuration.
+
+
+
+
+ Gets the .
+
+
+
+
+ Creates a new parser using the given .
+
+ The with the CSV file data.
+
+
+
+ Creates a new parser using the given .
+
+ The with the CSV file data.
+ true to leave the reader open after the CsvReader object is disposed, otherwise false.
+
+
+
+ Creates a new parser using the given and .
+
+ The with the CSV file data.
+ The configuration.
+
+
+
+ Creates a new parser using the given and .
+
+ The with the CSV file data.
+ The configuration.
+ true to leave the reader open after the CsvReader object is disposed, otherwise false.
+
+
+
+ Creates a new parser using the given .
+
+ The field reader.
+
+
+
+ Reads a record from the CSV file.
+
+ A of fields for the record read.
+
+
+
+ Reads a record from the CSV file asynchronously.
+
+ A of fields for the record read.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+ 2
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+ True if the instance needs to be disposed of.
+
+
+
+ Reads a line of the CSV file.
+
+ The CSV line.
+
+
+
+ Reads a line of the CSV file.
+
+ The CSV line.
+
+
+
+ Reads a blank line. This accounts for empty lines
+ and commented out lines.
+
+
+
+
+ Reads a blank line. This accounts for empty lines
+ and commented out lines.
+
+
+
+
+ Reads until a delimiter or line ending is found.
+
+ True if the end of the line was found, otherwise false.
+
+
+
+ Reads until a delimiter or line ending is found.
+
+ True if the end of the line was found, otherwise false.
+
+
+
+ Reads until the field is not quoted and a delimeter is found.
+
+ True if the end of the line was found, otherwise false.
+
+
+
+ Reads until the field is not quoted and a delimeter is found.
+
+ True if the end of the line was found, otherwise false.
+
+
+
+ Reads until the delimeter is done.
+
+ True if a delimiter was read. False if the sequence of
+ chars ended up not being the delimiter.
+
+
+
+ Reads until the delimeter is done.
+
+ True if a delimiter was read. False if the sequence of
+ chars ended up not being the delimiter.
+
+
+
+ Reads until the line ending is done.
+
+ The field start offset.
+
+
+
+ Reads until the line ending is done.
+
+ The field start offset.
+
+
+
+ Reads until a non-space character is found.
+
+ True if there is more data to read.
+ False if the end of the file has been reached.
+
+
+
+ Reads until a non-space character is found.
+
+ True if there is more data to read.
+ False if the end of the file has been reached.
+
+
+
+ Reads data that was parsed from .
+
+
+
+
+ Gets the reading context.
+
+
+
+
+ Gets the configuration.
+
+
+
+
+ Gets the parser.
+
+
+
+
+ Creates a new CSV reader using the given .
+
+ The reader.
+
+
+
+ Creates a new CSV reader using the given .
+
+ The reader.
+ true to leave the reader open after the CsvReader object is disposed, otherwise false.
+
+
+
+ Creates a new CSV reader using the given and
+ and as the default parser.
+
+ The reader.
+ The configuration.
+
+
+
+ Creates a new CSV reader using the given .
+
+ The reader.
+ The configuration.
+ true to leave the reader open after the CsvReader object is disposed, otherwise false.
+
+
+
+ Creates a new CSV reader using the given .
+
+ The used to parse the CSV file.
+
+
+
+ Reads the header record without reading the first row.
+
+ True if there are more records, otherwise false.
+
+
+
+ Validates the header. A header is bad if all the mapped members don't match.
+ If the header is not valid, a will be thrown.
+
+ The type to validate the header against.
+
+
+
+ Validates the header. A header is bad if all the mapped members don't match.
+ If the header is not valid, a will be thrown.
+
+ The type to validate the header against.
+
+
+
+ Validates the header against the given map.
+
+ The map to validate against.
+
+
+
+ Advances the reader to the next record. This will not read headers.
+ You need to call then
+ for the headers to be read.
+
+ True if there are more records, otherwise false.
+
+
+
+ Advances the reader to the next record. This will not read headers.
+ You need to call then
+ for the headers to be read.
+
+ True if there are more records, otherwise false.
+
+
+
+ Gets the raw field at position (column) index.
+
+ The zero based index of the field.
+ The raw field.
+
+
+
+ Gets the raw field at position (column) name.
+
+ The named index of the field.
+ The raw field.
+
+
+
+ Gets the raw field at position (column) name.
+
+ The named index of the field.
+ The zero based index of the field.
+ The raw field.
+
+
+
+ Gets the raw field at position (column) index.
+
+ The zero based index of the field.
+ The raw field.
+
+
+
+ Gets the raw field at position (column) name.
+
+ The named index of the field.
+ The raw field.
+
+
+
+ Gets the raw field at position (column) name and the index
+ instance of that field. The index is used when there are
+ multiple columns with the same header name.
+
+ The named index of the field.
+ The zero based index of the instance of the field.
+ The raw field.
+
+
+
+ Gets the field converted to using
+ the specified .
+
+ The type of the field.
+ The index of the field.
+ The field converted to .
+
+
+
+ Gets the field converted to using
+ the specified .
+
+ The type of the field.
+ The named index of the field.
+ The field converted to .
+
+
+
+ Gets the field converted to using
+ the specified .
+
+ The type of the field.
+ The named index of the field.
+ The zero based index of the instance of the field.
+ The field converted to .
+
+
+
+ Gets the field converted to using
+ the specified .
+
+ The type of the field.
+ The index of the field.
+ The used to convert the field to .
+ The field converted to .
+
+
+
+ Gets the field converted to using
+ the specified .
+
+ The type of the field.
+ The named index of the field.
+ The used to convert the field to .
+ The field converted to .
+
+
+
+ Gets the field converted to using
+ the specified .
+
+ The type of the field.
+ The named index of the field.
+ The zero based index of the instance of the field.
+ The used to convert the field to .
+ The field converted to .
+
+
+
+ Gets the field converted to T at position (column) index.
+
+ The of the field.
+ The zero based index of the field.
+ The field converted to T.
+
+
+
+ Gets the field converted to T at position (column) name.
+
+ The of the field.
+ The named index of the field.
+ The field converted to T.
+
+
+
+ Gets the field converted to T at position
+ (column) name and the index instance of that field. The index
+ is used when there are multiple columns with the same header name.
+
+
+ The named index of the field.
+ The zero based index of the instance of the field.
+
+
+
+
+ Gets the field converted to T at position (column) index using
+ the given .
+
+ The of the field.
+ The zero based index of the field.
+ The used to convert the field to T.
+ The field converted to T.
+
+
+
+ Gets the field converted to T at position (column) name using
+ the given .
+
+ The of the field.
+ The named index of the field.
+ The used to convert the field to T.
+ The field converted to T.
+
+
+
+ Gets the field converted to T at position
+ (column) name and the index instance of that field. The index
+ is used when there are multiple columns with the same header name.
+
+
+ The named index of the field.
+ The zero based index of the instance of the field.
+ The used to convert the field to T.
+ The field converted to T.
+
+
+
+ Gets the field converted to T at position (column) index using
+ the given .
+
+ The of the field.
+ The used to convert the field to T.
+ The zero based index of the field.
+ The field converted to T.
+
+
+
+ Gets the field converted to T at position (column) name using
+ the given .
+
+ The of the field.
+ The used to convert the field to T.
+ The named index of the field.
+ The field converted to T.
+
+
+
+ Gets the field converted to T at position
+ (column) name and the index instance of that field. The index
+ is used when there are multiple columns with the same header name.
+
+ The of the field.
+ The used to convert the field to T.
+ The named index of the field.
+ The zero based index of the instance of the field.
+ The field converted to T.
+
+
+
+ Gets the field converted to T at position (column) index.
+
+ The of the field.
+ The zero based index of the field.
+ The field converted to type T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position (column) name.
+
+ The of the field.
+ The named index of the field.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position
+ (column) name and the index instance of that field. The index
+ is used when there are multiple columns with the same header name.
+
+ The of the field.
+ The named index of the field.
+ The zero based index of the instance of the field.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position (column) index
+ using the specified .
+
+ The of the field.
+ The zero based index of the field.
+ The used to convert the field to T.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position (column) name
+ using the specified .
+
+ The of the field.
+ The named index of the field.
+ The used to convert the field to T.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position (column) name
+ using the specified .
+
+ The of the field.
+ The named index of the field.
+ The zero based index of the instance of the field.
+ The used to convert the field to T.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position (column) index.
+
+ The of the field.
+ The zero based index of the field.
+ The field converted to type T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position (column) name.
+
+ The of the field.
+ The named index of the field.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position
+ (column) name and the index instance of that field. The index
+ is used when there are multiple columns with the same header name.
+
+
+ The named index of the field.
+ The zero based index of the instance of the field.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position (column) index
+ using the specified .
+
+ The of the field.
+ The zero based index of the field.
+ The used to convert the field to T.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position (column) name
+ using the specified .
+
+ The of the field.
+ The named index of the field.
+ The used to convert the field to T.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position (column) name
+ using the specified .
+
+ The of the field.
+ The named index of the field.
+ The zero based index of the instance of the field.
+ The used to convert the field to T.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position (column) index
+ using the specified .
+
+ The of the field.
+ The used to convert the field to T.
+ The zero based index of the field.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position (column) name
+ using the specified .
+
+ The of the field.
+ The used to convert the field to T.
+ The named index of the field.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position (column) name
+ using the specified .
+
+ The of the field.
+ The used to convert the field to T.
+ The named index of the field.
+ The zero based index of the instance of the field.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the record converted into T.
+
+ The of the record.
+ The record converted to T.
+
+
+
+ Get the record converted into T.
+
+ The of the record.
+ The anonymous type definition to use for the record.
+ The record converted to T.
+
+
+
+ Gets the record.
+
+ The of the record.
+ The record.
+
+
+
+ Gets all the records in the CSV file and
+ converts each to T. The Read method
+ should not be used when using this.
+
+ The of the record.
+ An of records.
+
+
+
+ Gets all the records in the CSV file and converts
+ each to T. The read method
+ should not be used when using this.
+
+ The of the record.
+ The anonymous type definition to use for the records.
+ An of records.
+
+
+
+ Gets all the records in the CSV file and
+ converts each to T. The Read method
+ should not be used when using this.
+
+ The of the record.
+ An of records.
+
+
+
+ Enumerates the records hydrating the given record instance with row data.
+ The record instance is re-used and not cleared on each enumeration.
+ This only works for streaming rows. If any methods are called on the projection
+ that force the evaluation of the IEnumerable, such as ToList(), the entire list
+ will contain the same instance of the record, which is the last row.
+
+ The type of the record.
+ The record to fill each enumeration.
+ An of records.
+
+
+
+ Gets the index of the field at name if found.
+
+ The name of the field to get the index for.
+ The index of the field if there are multiple fields with the same name.
+ A value indicating if the call was initiated from a TryGet.
+ The index of the field if found, otherwise -1.
+ Thrown if there is no header record.
+ Thrown if there isn't a field with name.
+
+
+
+ Gets the index of the field at name if found.
+
+ The possible names of the field to get the index for.
+ The index of the field if there are multiple fields with the same name.
+ A value indicating if the call was initiated from a TryGet.
+ The index of the field if found, otherwise -1.
+ Thrown if there is no header record.
+ Thrown if there isn't a field with name.
+
+
+
+ Determines if the member for the
+ can be read.
+
+ The member map.
+ A value indicating of the member can be read. True if it can, otherwise false.
+
+
+
+ Determines if the member for the
+ can be read.
+
+ The reference map.
+ A value indicating of the member can be read. True if it can, otherwise false.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+ 2
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+ True if the instance needs to be disposed of.
+
+
+
+ Checks if the reader has been read yet.
+
+
+
+
+
+ Parses the named indexes from the header record.
+
+
+
+
+ Defines methods used to serialize data into a CSV file.
+
+
+
+
+ Gets the writing context.
+
+
+
+
+ Gets the configuration.
+
+
+
+
+ Creates a new serializer using the given .
+
+ The to write the CSV file data to.
+
+
+
+ Creates a new serializer using the given .
+
+ The to write the CSV file data to.
+ true to leave the reader open after the CsvReader object is disposed, otherwise false.
+
+
+
+ Creates a new serializer using the given
+ and .
+
+ The to write the CSV file data to.
+ The configuration.
+
+
+
+ Creates a new serializer using the given
+ and .
+
+ The to write the CSV file data to.
+ The configuration.
+ true to leave the reader open after the CsvReader object is disposed, otherwise false.
+
+
+
+ Writes a record to the CSV file.
+
+ The record to write.
+
+
+
+ Writes a record to the CSV file.
+
+ The record to write.
+
+
+
+ Writes a new line to the CSV file.
+
+
+
+
+ Writes a new line to the CSV file.
+
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+ 2
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+ True if the instance needs to be disposed of.
+
+
+
+ Sanitizes the field to prevent injection.
+
+ The field to sanitize.
+
+
+
+ Used to write CSV files.
+
+
+
+
+ Gets the writing context.
+
+
+
+
+ Gets the configuration.
+
+
+
+
+ Creates a new CSV writer using the given .
+
+ The writer used to write the CSV file.
+
+
+
+ Creates a new CSV writer using the given .
+
+ The writer used to write the CSV file.
+ true to leave the writer open after the CsvWriter object is disposed, otherwise false.
+
+
+
+ Creates a new CSV writer using the given .
+
+ The use to write the CSV file.
+ The configuration.
+
+
+
+ Creates a new CSV writer using the given .
+
+ The use to write the CSV file.
+ The configuration.
+ true to leave the writer open after the CsvWriter object is disposed, otherwise false.
+
+
+
+ Creates a new CSV writer using the given .
+
+ The serializer.
+
+
+
+ Writes a field that has already been converted to a
+ from an .
+ If the field is null, it won't get written. A type converter
+ will always return a string, even if field is null. If the
+ converter returns a null, it means that the converter has already
+ written data, and the returned value should not be written.
+
+ The converted field to write.
+
+
+
+ Writes the field to the CSV file. The field
+ may get quotes added to it.
+ When all fields are written for a record,
+ must be called
+ to complete writing of the current record.
+
+ The field to write.
+
+
+
+ Writes the field to the CSV file. This will
+ ignore any need to quote and ignore the
+
+ and just quote based on the shouldQuote
+ parameter.
+ When all fields are written for a record,
+ must be called
+ to complete writing of the current record.
+
+ The field to write.
+ True to quote the field, otherwise false.
+
+
+
+ Writes the field to the CSV file.
+ When all fields are written for a record,
+ must be called
+ to complete writing of the current record.
+
+ The type of the field.
+ The field to write.
+
+
+
+ Writes the field to the CSV file.
+ When all fields are written for a record,
+ must be called
+ to complete writing of the current record.
+
+ The type of the field.
+ The field to write.
+ The converter used to convert the field into a string.
+
+
+
+ Writes the field to the CSV file
+ using the given .
+ When all fields are written for a record,
+ must be called
+ to complete writing of the current record.
+
+ The type of the field.
+ The type of the converter.
+ The field to write.
+
+
+
+ Serializes the row to the .
+
+
+
+
+ Serializes the row to the .
+
+
+
+
+ Ends writing of the current record and starts a new record.
+ This automatically flushes the writer.
+
+
+
+
+ Ends writing of the current record and starts a new record.
+ This automatically flushes the writer.
+
+
+
+
+ Writes a comment.
+
+ The comment to write.
+
+
+
+ Writes the header record from the given members.
+
+ The type of the record.
+
+
+
+ Writes the header record from the given members.
+
+ The type of the record.
+
+
+
+ Writes the header record for the given dynamic object.
+
+ The dynamic record to write.
+
+
+
+ Writes the record to the CSV file.
+
+ The type of the record.
+ The record to write.
+
+
+
+ Writes the list of records to the CSV file.
+
+ The list of records to write.
+
+
+
+ Writes the list of records to the CSV file.
+
+ Record type.
+ The list of records to write.
+
+
+
+ Checks if the member can be written.
+
+ The member map that we are checking.
+ A value indicating if the member can be written.
+ True if the member can be written, otherwise false.
+
+
+
+ Gets the type for the record. If the generic type
+ is an object due to boxing, it will call GetType()
+ on the record itself.
+
+ The record type.
+ The record.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+ 2
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+ True if the instance needs to be disposed of.
+
+
+
+ Creates dynamic records.
+
+
+
+
+ Initializes a new instance.
+
+ The reader.
+
+
+
+ Creates a of type
+ that will create a record of the given type using the current
+ reader row.
+
+ The record type.
+
+
+
+ Creates a dynamic record of the current reader row.
+
+
+
+
+ Write dynamic records.
+
+
+
+
+ Initializes a new instance using the given writer.
+
+ The writer.
+
+
+
+ Creates a of type
+ that will write the given record using the current writer row.
+
+ The record type.
+ The record.
+
+
+
+ Writes expando objects.
+
+
+
+
+ Initializes a new instance using the given writer.
+
+ The writer.
+
+
+
+ Creates a of type
+ that will write the given record using the current writer row.
+
+ The record type.
+ The record.
+
+
+
+ Manages expression creation.
+
+
+
+
+ Initializes a new instance using the given reader.
+
+ The reader.
+
+
+
+ Initializes a new instance using the given writer.
+
+ The writer.
+
+
+
+ Creates the member assignments for the given .
+
+ The mapping to create the assignments for.
+ The assignments that will be added to from the mapping.
+
+
+
+ Creates an expression the represents getting the field for the given
+ member and converting it to the member's type.
+
+ The mapping for the member.
+
+
+
+ Creates a member expression for the given member on the record.
+ This will recursively traverse the mapping to find the member
+ and create a safe member accessor for each level as it goes.
+
+ The current member expression.
+ The mapping to look for the member to map on.
+ The member map to look for on the mapping.
+ An Expression to access the given member.
+
+
+
+ Creates an instance of the given type using (in turn using the ObjectResolver), then assigns
+ the given member assignments to that instance.
+
+ The type of the record we're creating.
+ The member assignments that will be assigned to the created instance.
+ A representing the instance creation and assignments.
+
+
+
+ Creates objects.
+
+
+
+
+ Initializes a new instnace using the given reader.
+
+
+
+
+
+ Creates a of type
+ that will create a record of the given type using the current
+ reader row.
+
+ The record type.
+
+
+
+ Creates the constructor arguments used to create a type.
+
+ The mapping to create the arguments for.
+ The arguments that will be added to the mapping.
+
+
+
+ Writes objects.
+
+
+
+
+ Initializes a new instance using the given writer.
+
+ The writer.
+
+
+
+ Creates a of type
+ that will write the given record using the current writer row.
+
+ The record type.
+ The record.
+
+
+
+ Creates primitive records.
+
+
+
+
+ Initializes a new instance using the given reader.
+
+ The reader.
+
+
+
+ Creates a of type
+ that will create a record of the given type using the current
+ reader row.
+
+ The record type.
+
+
+
+ Writes primitives.
+
+
+
+
+ Initializes a new instance using the given writer.
+
+ The writer.
+
+
+
+ Creates a of type
+ that will write the given record using the current writer row.
+
+ The record type.
+ The record.
+
+
+
+ Base implementation for classes that create records.
+
+
+
+
+ The reader.
+
+
+
+
+ The expression manager.
+
+
+
+
+ Initializes a new instance using the given reader.
+
+ The reader.
+
+
+
+ Create a record of the given type using the current row.
+
+ The record type.
+
+
+
+ Create a record of the given type using the current row.
+
+ The record type.
+
+
+
+ Gets the delegate to create a record for the given record type.
+ If the delegate doesn't exist, one will be created and cached.
+
+ The record type.
+
+
+
+ Creates a of type
+ that will create a record of the given type using the current
+ reader row.
+
+ The record type.
+
+
+
+ Factory to create record creators.
+
+
+
+
+ Initializes a new instance using the given reader.
+
+ The reader.
+
+
+
+ Creates a record creator for the given record type.
+
+ The record type.
+
+
+
+ Hydrates members of an existing record.
+
+
+
+
+ Creates a new instance using the given reader.
+
+ The reader.
+
+
+
+ Hydrates members of the given record using the current reader row.
+
+ The record type.
+ The record.
+
+
+
+ Gets the action delegate used to hydrate a custom class object's members with data from the reader.
+
+ The record type.
+
+
+
+ Creates the action delegate used to hydrate a record's members with data from the reader.
+
+ The record type.
+
+
+
+ Manages record manipulation.
+
+
+
+
+ Initializes a new instance using the given reader.
+
+
+
+
+
+ Initializes a new instance using the given writer.
+
+ The writer.
+
+
+
+ Creates a record of the given type using the current reader row.
+
+ The type of record to create.
+
+
+
+ Creates a record of the given type using the current reader row.
+
+ The type of record to create.
+
+
+
+ Hydrates the given record using the current reader row.
+
+ The type of the record.
+ The record to hydrate.
+
+
+
+ Writes the given record to the current writer row.
+
+ The type of the record.
+ The record.
+
+
+
+ Base implementation for classes that write records.
+
+
+
+
+ Gets the writer.
+
+
+
+
+ The expression manager.
+
+
+
+
+ Initializes a new instance using the given writer.
+
+ The writer.
+
+
+
+ Writes the record to the current row.
+
+ Type of the record.
+ The record.
+
+
+
+ Gets the delegate to write the given record.
+ If the delegate doesn't exist, one will be created and cached.
+
+ The record type.
+ The record.
+
+
+
+ Creates a of type
+ that will write the given record using the current writer row.
+
+ The record type.
+ The record.
+
+
+
+ Combines the delegates into a single multicast delegate.
+ This is needed because Silverlight doesn't have the
+ Delegate.Combine( params Delegate[] ) overload.
+
+ The delegates to combine.
+ A multicast delegate combined from the given delegates.
+
+
+
+ Factory to create record writers.
+
+
+
+
+ Initializes a new instance using the given writer.
+
+ The writer.
+
+
+
+ Creates a new record writer for the given record.
+
+ The type of the record.
+ The record.
+
+
+
+ Creates CsvHelper classes.
+
+
+
+
+ Creates an .
+
+ The text reader to use for the csv parser.
+ The configuration to use for the csv parser.
+ The created parser.
+
+
+
+ Creates an .
+
+ The text reader to use for the csv parser.
+ The created parser.
+
+
+
+ Creates an .
+
+ The text reader to use for the csv reader.
+ The configuration to use for the reader.
+ The created reader.
+
+
+
+ Creates an .
+
+ The text reader to use for the csv reader.
+ The created reader.
+
+
+
+ Creates an .
+
+ The parser used to create the reader.
+ The created reader.
+
+
+
+ Creates an .
+
+ The text writer to use for the csv writer.
+ The configuration to use for the writer.
+ The created writer.
+
+
+
+ Creates an .
+
+ The text writer to use for the csv writer.
+ The created writer.
+
+
+
+ Access point for fluent interface to dynamically build a
+
+ Type you will be making a class map for
+ Options to further configure the
+
+
+
+ Defines methods used to create
+ CsvHelper classes.
+
+
+
+
+ Creates an .
+
+ The text reader to use for the csv parser.
+ The configuration to use for the csv parser.
+ The created parser.
+
+
+
+ Creates an .
+
+ The text reader to use for the csv parser.
+ The created parser.
+
+
+
+ Creates an .
+
+ The text reader to use for the csv reader.
+ The configuration to use for the reader.
+ The created reader.
+
+
+
+ Creates an .
+
+ The text reader to use for the csv reader.
+ The created reader.
+
+
+
+ Creates an .
+
+ The parser used to create the reader.
+ The created reader.
+
+
+
+ Creates an .
+
+ The text writer to use for the csv writer.
+ The configuration to use for the writer.
+ The created writer.
+
+
+
+ Creates an .
+
+ The text writer to use for the csv writer.
+ The created writer.
+
+
+
+ Provides a fluent interface for dynamically creating s
+
+ Type of class to map
+ Next available options
+
+
+
+ Defines methods used to read a field in a CSV file.
+
+
+
+
+ Gets the reading context.
+
+
+
+
+ Gets a value indicating if the buffer is empty.
+ True if the buffer is empty, otherwise false.
+
+
+
+
+ Fills the buffer.
+
+ True if there is more data left.
+ False if all the data has been read.
+
+
+
+ Fills the buffer asynchronously.
+
+ True if there is more data left.
+ False if all the data has been read.
+
+
+
+ Gets the next char as an .
+
+
+
+
+ Gets the field. This will append any reading progress.
+
+ The current field.
+
+
+
+ Appends the current reading progress.
+
+
+
+
+ Move's the buffer position according to the given offset.
+
+ The offset to move the buffer.
+
+
+
+ Sets the start of the field to the current buffer position.
+
+ An offset for the field start.
+ The offset should be less than 1.
+
+
+
+ Sets the end of the field to the current buffer position.
+
+ An offset for the field start.
+ The offset should be less than 1.
+
+
+
+ Sets the raw recodr start to the current buffer position;
+
+ An offset for the raw record start.
+ The offset should be less than 1.
+
+
+
+ Sets the raw record end to the current buffer position.
+
+ An offset for the raw record end.
+ The offset should be less than 1.
+
+
+
+ Defines the functionality of a class that creates objects
+ from a given type.
+
+
+
+
+ A value indicating if the resolver's
+ returns false that an object will still be created using
+ CsvHelper's object creation. True to fallback, otherwise false.
+ Default value is true.
+
+
+
+
+ A value indicating if the resolver is able to resolve
+ the given type. True if the type can be resolved,
+ otherwise false.
+
+
+
+
+ The function that creates an object from a given type.
+
+
+
+
+ Creates an object from the given type using the
+ function. If is false, the object will be
+ created using CsvHelper's default object creation. If
+ is false, an exception is thrown.
+
+ The type to create an instance from. The created object
+ may not be the same type as the given type.
+ Constructor arguments used to create the type.
+
+
+
+ Creates an object from the given type using the
+ function. If is false, the object will be
+ created using CsvHelper's default object creation. If
+ is false, an exception is thrown.
+
+ The type to create an instance from. The created object
+ may not be the same type as the given type.
+ Constructor arguments used to create the type.
+
+
+
+ Defines methods used the parse a CSV file.
+
+
+
+
+ Gets the reading context.
+
+
+
+
+ Gets the configuration.
+
+
+
+
+ Gets the .
+
+
+
+
+ Reads a record from the CSV file.
+
+ A of fields for the record read.
+
+
+
+ Reads a record from the CSV file asynchronously.
+
+ A of fields for the record read.
+
+
+
+ Defines methods used to read parsed data
+ from a CSV file.
+
+
+
+
+ Gets the parser.
+
+
+
+
+ Reads the header record without reading the first row.
+
+ True if there are more records, otherwise false.
+
+
+
+ Advances the reader to the next record. This will not read headers.
+ You need to call then
+ for the headers to be read.
+
+ True if there are more records, otherwise false.
+
+
+
+ Advances the reader to the next record. This will not read headers.
+ You need to call then
+ for the headers to be read.
+
+ True if there are more records, otherwise false.
+
+
+
+ Gets all the records in the CSV file and
+ converts each to T. The Read method
+ should not be used when using this.
+
+ The of the record.
+ An of records.
+
+
+
+ Gets all the records in the CSV file and converts
+ each to T. The read method
+ should not be used when using this.
+
+ The of the record.
+ The anonymous type definition to use for the records.
+ An of records.
+
+
+
+ Gets all the records in the CSV file and
+ converts each to T. The Read method
+ should not be used when using this.
+
+ The of the record.
+ An of records.
+
+
+
+ Enumerates the records hydrating the given record instance with row data.
+ The record instance is re-used and not cleared on each enumeration.
+ This only works for streaming rows. If any methods are called on the projection
+ that force the evaluation of the IEnumerable, such as ToList(), the entire list
+ will contain the same instance of the record, which is the last row.
+
+ The type of the record.
+ The record to fill each enumeration.
+ An of records.
+
+
+
+ Defines methods used to read parsed data
+ from a CSV file row.
+
+
+
+
+ Gets the reading context.
+
+
+
+
+ Gets or sets the configuration.
+
+
+
+
+ Gets the raw field at position (column) index.
+
+ The zero based index of the field.
+ The raw field.
+
+
+
+ Gets the raw field at position (column) name.
+
+ The named index of the field.
+ The raw field.
+
+
+
+ Gets the raw field at position (column) name.
+
+ The named index of the field.
+ The zero based index of the field.
+ The raw field.
+
+
+
+ Gets the raw field at position (column) index.
+
+ The zero based index of the field.
+ The raw field.
+
+
+
+ Gets the raw field at position (column) name.
+
+ The named index of the field.
+ The raw field.
+
+
+
+ Gets the raw field at position (column) name and the index
+ instance of that field. The index is used when there are
+ multiple columns with the same header name.
+
+ The named index of the field.
+ The zero based index of the instance of the field.
+ The raw field.
+
+
+
+ Gets the field converted to using
+ the specified .
+
+ The type of the field.
+ The index of the field.
+ The field converted to .
+
+
+
+ Gets the field converted to using
+ the specified .
+
+ The type of the field.
+ The named index of the field.
+ The field converted to .
+
+
+
+ Gets the field converted to using
+ the specified .
+
+ The type of the field.
+ The named index of the field.
+ The zero based index of the instance of the field.
+ The field converted to .
+
+
+
+ Gets the field converted to using
+ the specified .
+
+ The type of the field.
+ The index of the field.
+ The used to convert the field to .
+ The field converted to .
+
+
+
+ Gets the field converted to using
+ the specified .
+
+ The type of the field.
+ The named index of the field.
+ The used to convert the field to .
+ The field converted to .
+
+
+
+ Gets the field converted to using
+ the specified .
+
+ The type of the field.
+ The named index of the field.
+ The zero based index of the instance of the field.
+ The used to convert the field to .
+ The field converted to .
+
+
+
+ Gets the field converted to T at position (column) index.
+
+ The of the field.
+ The zero based index of the field.
+ The field converted to T.
+
+
+
+ Gets the field converted to T at position (column) name.
+
+ The of the field.
+ The named index of the field.
+ The field converted to T.
+
+
+
+ Gets the field converted to T at position
+ (column) name and the index instance of that field. The index
+ is used when there are multiple columns with the same header name.
+
+
+ The named index of the field.
+ The zero based index of the instance of the field.
+
+
+
+
+ Gets the field converted to T at position (column) index using
+ the given .
+
+ The of the field.
+ The zero based index of the field.
+ The used to convert the field to T.
+ The field converted to T.
+
+
+
+ Gets the field converted to T at position (column) name using
+ the given .
+
+ The of the field.
+ The named index of the field.
+ The used to convert the field to T.
+ The field converted to T.
+
+
+
+ Gets the field converted to T at position
+ (column) name and the index instance of that field. The index
+ is used when there are multiple columns with the same header name.
+
+ The of the field.
+ The named index of the field.
+ The zero based index of the instance of the field.
+ The used to convert the field to T.
+ The field converted to T.
+
+
+
+ Gets the field converted to T at position (column) index using
+ the given .
+
+ The of the field.
+ The used to convert the field to T.
+ The zero based index of the field.
+ The field converted to T.
+
+
+
+ Gets the field converted to T at position (column) name using
+ the given .
+
+ The of the field.
+ The used to convert the field to T.
+ The named index of the field.
+ The field converted to T.
+
+
+
+ Gets the field converted to T at position
+ (column) name and the index instance of that field. The index
+ is used when there are multiple columns with the same header name.
+
+ The of the field.
+ The used to convert the field to T.
+ The named index of the field.
+ The zero based index of the instance of the field.
+ The field converted to T.
+
+
+
+ Gets the field converted to T at position (column) index.
+
+ The of the field.
+ The zero based index of the field.
+ The field converted to type T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position (column) name.
+
+ The of the field.
+ The named index of the field.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position
+ (column) name and the index instance of that field. The index
+ is used when there are multiple columns with the same header name.
+
+ The of the field.
+ The named index of the field.
+ The zero based index of the instance of the field.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position (column) index
+ using the specified .
+
+ The of the field.
+ The zero based index of the field.
+ The used to convert the field to T.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position (column) name
+ using the specified .
+
+ The of the field.
+ The named index of the field.
+ The used to convert the field to T.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position (column) name
+ using the specified .
+
+ The of the field.
+ The named index of the field.
+ The zero based index of the instance of the field.
+ The used to convert the field to T.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position (column) index.
+
+ The of the field.
+ The zero based index of the field.
+ The field converted to type T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position (column) name.
+
+ The of the field.
+ The named index of the field.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position
+ (column) name and the index instance of that field. The index
+ is used when there are multiple columns with the same header name.
+
+
+ The named index of the field.
+ The zero based index of the instance of the field.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position (column) index
+ using the specified .
+
+ The of the field.
+ The zero based index of the field.
+ The used to convert the field to T.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position (column) name
+ using the specified .
+
+ The of the field.
+ The named index of the field.
+ The used to convert the field to T.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position (column) name
+ using the specified .
+
+ The of the field.
+ The named index of the field.
+ The zero based index of the instance of the field.
+ The used to convert the field to T.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position (column) index
+ using the specified .
+
+ The of the field.
+ The used to convert the field to T.
+ The zero based index of the field.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position (column) name
+ using the specified .
+
+ The of the field.
+ The used to convert the field to T.
+ The named index of the field.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position (column) name
+ using the specified .
+
+ The of the field.
+ The used to convert the field to T.
+ The named index of the field.
+ The zero based index of the instance of the field.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the record converted into T.
+
+ The of the record.
+ The record converted to T.
+
+
+
+ Get the record converted into T.
+
+ The of the record.
+ The anonymous type definition to use for the record.
+ The record converted to T.
+
+
+
+ Gets the record.
+
+ The of the record.
+ The record.
+
+
+
+ Defines methods used to serialize data into a CSV file.
+
+
+
+
+ Gets the writing context.
+
+
+
+
+ Gets the configuration.
+
+
+
+
+ Writes a record to the CSV file.
+
+ The record to write.
+
+
+
+ Writes a record to the CSV file.
+
+ The record to write.
+
+
+
+ Writes a new line to the CSV file.
+
+
+
+
+ Writes a new line to the CSV file.
+
+
+
+
+ Defines methods used to write to a CSV file.
+
+
+
+
+ Serializes the row to the .
+
+
+
+
+ Serializes the row to the .
+
+
+
+
+ Ends writing of the current record and starts a new record.
+ This automatically flushes the writer.
+
+
+
+
+ Ends writing of the current record and starts a new record.
+ This automatically flushes the writer.
+
+
+
+
+ Writes the list of records to the CSV file.
+
+ The list of records to write.
+
+
+
+ Writes the list of records to the CSV file.
+
+ Record type.
+ The list of records to write.
+
+
+
+ Defines methods used to write a CSV row.
+
+
+
+
+ Gets the writing context.
+
+
+
+
+ Gets or sets the configuration.
+
+
+
+
+ Writes a field that has already been converted to a
+ from an .
+ If the field is null, it won't get written. A type converter
+ will always return a string, even if field is null. If the
+ converter returns a null, it means that the converter has already
+ written data, and the returned value should not be written.
+
+ The converted field to write.
+
+
+
+ Writes the field to the CSV file. The field
+ may get quotes added to it.
+ When all fields are written for a record,
+ must be called
+ to complete writing of the current record.
+
+ The field to write.
+
+
+
+ Writes the field to the CSV file. This will
+ ignore any need to quote and ignore the
+
+ and just quote based on the shouldQuote
+ parameter.
+ When all fields are written for a record,
+ must be called
+ to complete writing of the current record.
+
+ The field to write.
+ True to quote the field, otherwise false.
+
+
+
+ Writes the field to the CSV file.
+ When all fields are written for a record,
+ must be called
+ to complete writing of the current record.
+
+ The type of the field.
+ The field to write.
+
+
+
+ Writes the field to the CSV file.
+ When all fields are written for a record,
+ must be called
+ to complete writing of the current record.
+
+ The type of the field.
+ The field to write.
+ The converter used to convert the field into a string.
+
+
+
+ Writes the field to the CSV file
+ using the given .
+ When all fields are written for a record,
+ must be called
+ to complete writing of the current record.
+
+ The type of the field.
+ The type of the converter.
+ The field to write.
+
+
+
+ Writes a comment.
+
+ The comment to write.
+
+
+
+ Writes the header record from the given members.
+
+ The type of the record.
+
+
+
+ Writes the header record from the given members.
+
+ The type of the record.
+
+
+
+ Writes the record to the CSV file.
+
+ The type of the record.
+ The record to write.
+
+
+
+ Represents an error caused because a field is missing
+ in the header while reading a CSV file.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The reading context.
+
+
+
+ Initializes a new instance of the class
+ with a specified error message.
+
+ The reading context.
+ The message that describes the error.
+
+
+
+ Initializes a new instance of the class
+ with a specified error message and a reference to the inner exception that
+ is the cause of this exception.
+
+ The reading context.
+ The error message that explains the reason for the exception.
+ The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
+
+
+
+ Creates objects from a given type.
+
+
+
+
+ Gets or sets the current resolver.
+
+
+
+
+ A value indicating if the resolver's
+ returns false that an object will still be created using
+ CsvHelper's object creation. True to fallback, otherwise false.
+ Default value is true.
+
+
+
+
+ A function that returns a value indicating if the resolver
+ is able to resolve the given type. True if the type can be
+ resolved, otherwise false.
+
+
+
+
+ The function that creates an object from a given type.
+
+
+
+
+ Creates an instance of the object resolver using default values.
+
+
+
+
+ Creates an instance of the object resolver using the given can create function
+ and creat function.
+
+ A function that returns a value indicating if the resolver
+ is able to resolve the given type. True if the type can be
+ resolved, otherwise false.
+ The function that creates an object from a given type.
+ A value indicating if the resolver's
+ returns false that an object will still be created using
+ CsvHelper's object creation. True to fallback, otherwise false.
+ Default value is true.
+
+
+
+ Creates an object from the given type using the
+ function. If is false, the object will be
+ created using CsvHelper's default object creation. If
+ is false, an exception is thrown.
+
+ The type to create an instance from. The created object
+ may not be the same type as the given type.
+ Constructor arguments used to create the type.
+
+
+
+ Creates an object from the given type using the
+ function. If is false, the object will be
+ created using CsvHelper's default object creation. If
+ is false, an exception is thrown.
+
+ The type to create an instance from. The created object
+ may not be the same type as the given type.
+ Constructor arguments used to create the type.
+
+
+
+ Represents errors that occur while parsing a CSV file.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The reading context.
+
+
+
+ Initializes a new instance of the class
+ with a specified error message.
+
+ The reading context.
+ The message that describes the error.
+
+
+
+ Initializes a new instance of the class
+ with a specified error message and a reference to the inner exception that
+ is the cause of this exception.
+
+ The reading context.
+ The error message that explains the reason for the exception.
+ The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
+
+
+
+ Represents errors that occur while reading a CSV file.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The reading context.
+
+
+
+ Initializes a new instance of the class
+ with a specified error message.
+
+ The reading context.
+ The message that describes the error.
+
+
+
+ Initializes a new instance of the class
+ with a specified error message and a reference to the inner exception that
+ is the cause of this exception.
+
+ The reading context.
+ The error message that explains the reason for the exception.
+ The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
+
+
+
+ CSV reading state.
+
+
+
+
+ Gets the raw record builder.
+
+
+
+
+ Gets the field builder.
+
+
+
+
+ Gets the record builder.
+
+
+
+
+ Gets the named indexes.
+
+
+
+
+ Getse the named indexes cache.
+
+
+
+
+ Gets the type converter options cache.
+
+
+
+
+ Gets the create record functions.
+
+
+
+
+ Gets the hydrate record actions.
+
+
+
+
+ Gets the reusable member map data.
+
+
+
+
+ Gets the that is read from.
+
+
+
+
+ Gets a value indicating if the
+ should be left open when disposing.
+
+
+
+
+ Gets the buffer used to store data from the .
+
+
+
+
+ Gets the buffer position.
+
+
+
+
+ Gets the field start position.
+
+
+
+
+ Gets the field end position.
+
+
+
+
+ Gets the raw record start position.
+
+
+
+
+ Gets the raw record end position.
+
+
+
+
+ Gets the number of characters read from the .
+
+
+
+
+ Gets the character position.
+
+
+
+
+ Gets the byte position.
+
+
+
+
+ Gets a value indicating if the field is bad.
+ True if the field is bad, otherwise false.
+ A field is bad if a quote is found in a field
+ that isn't escaped.
+
+
+
+
+ Gets the record.
+
+
+
+
+ Gets the row of the CSV file that the parser is currently on.
+
+
+
+
+ Gets the row of the CSV file that the parser is currently on.
+ This is the actual file row.
+
+
+
+
+ Gets a value indicating if reading has begun.
+
+
+
+
+ Gets the header record.
+
+
+
+
+ Gets the current index.
+
+
+
+
+ Gets the column count.
+
+
+
+
+ Gets the configuration.
+
+
+
+
+ Gets the configuration.
+
+
+
+
+ Gets all the characters of the record including
+ quotes, delimeters, and line endings.
+
+
+
+
+ Gets the field.
+
+
+
+
+ Initializes a new instance.
+
+ The reader.
+ The configuration.
+ A value indicating if the TextReader should be left open when disposing.
+
+
+
+ Clears the specified caches.
+
+ The caches to clear.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+ 2
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+ True if the instance needs to be disposed of.
+
+
+
+ Builds CSV records.
+
+
+
+
+ The number of records.
+
+
+
+
+ The total record capacity.
+
+
+
+
+ Creates a new using defaults.
+
+
+
+
+ Creatse a new using the given capacity.
+
+ The initial capacity.
+
+
+
+ Adds a new field to the .
+
+ The field to add.
+ The current instance of the .
+
+
+
+ Clears the records.
+
+ The current instance of the .
+
+
+
+ Returns the record as an .
+
+ The record as an .
+
+
+
+ Extensions to help with reflection.
+
+
+
+
+ Gets the type from the member.
+
+ The member to get the type from.
+ The type.
+
+
+
+ Gets a member expression for the member.
+
+ The member to get the expression for.
+ The member expression.
+ The member expression.
+
+
+
+ Gets a value indicating if the given type is anonymous.
+ True for anonymous, otherwise false.
+
+ The type.
+
+
+
+ Gets a value indicating if the given type has a parameterless constructor.
+ True if it has a parameterless constructor, otherwise false.
+
+ The type.
+
+
+
+ Gets a value indicating if the given type has any constructors.
+
+ The type.
+
+
+
+ Gets the constructor that contains the most parameters.
+
+ The type.
+
+
+
+ Gets a value indicating if the type is a user defined struct.
+ True if it is a user defined struct, otherwise false.
+
+ The type.
+
+
+
+ Common reflection tasks.
+
+
+
+
+ Creates an instance of type T using the current .
+
+ The type of instance to create.
+ The constructor arguments.
+ A new instance of type T.
+
+
+
+ Creates an instance of the specified type using the current .
+
+ The type of instance to create.
+ The constructor arguments.
+ A new instance of the specified type.
+
+
+
+ Creates an instance of the specified type without using the
+ current .
+
+ The type of instance to create.
+ The constructor arguments.
+ A new instance of the specified type.
+
+
+
+ Gets the from the type where the property was declared.
+
+ The type the property belongs to.
+ The property to search.
+ Flags for how the property is retrieved.
+
+
+
+ Gets the property from the expression.
+
+ The type of the model.
+ The type of the property.
+ The expression.
+ The for the expression.
+
+
+
+ Gets the member inheritance chain as a stack.
+
+ The type of the model.
+ The type of the property.
+ The member expression.
+ The inheritance chain for the given member expression as a stack.
+
+
+
+ Converts an to and from a .
+
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts a to and from a .
+
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts a to and from a .
+
+
+
+
+ Creates a new ByteArrayConverter using the given .
+
+ The options.
+
+
+
+ Converts the object to a string.
+
+ The object to convert to a string.
+ The for the current record.
+ The for the member being written.
+ The string representation of the object.
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Options for converting byte arrays.
+
+
+
+
+ No options.
+
+
+
+
+ Hexadecimal encoding.
+
+
+
+
+ Base64 encoding.
+
+
+
+
+ Use dashes in between hex values.
+
+
+
+
+ Prefix hex number with 0x.
+
+
+
+
+ Converts a to and from a .
+
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts a to and from a .
+
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts a to and from a .
+
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts a to and from a .
+
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts a to and from a .
+
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts a to and from a .
+
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts an to and from a .
+
+
+
+
+ Converts the object to a string.
+
+ The object to convert to a string.
+ The for the current record.
+ The for the member being written.
+ The string representation of the object.
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts a to and from a .
+
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts an to and from a .
+
+
+
+
+ Creates a new for the given .
+
+ The type of the Enum.
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Throws an exception when used. This is here so that it's apparent
+ that there is no support for type coversion. A custom
+ converter will need to be created to have a field convert to and
+ from an IEnumerable.
+
+
+
+
+ Throws an exception.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Throws an exception.
+
+ The object to convert to a string.
+ The for the current record.
+ The for the member being written.
+ The string representation of the object.
+
+
+
+ Converts a to and from a .
+
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts an to and from a .
+
+
+
+
+ Converts the object to a string.
+
+ The object to convert to a string.
+ The for the current record.
+ The for the member being written.
+ The string representation of the object.
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts an to and from a .
+
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts an to and from a .
+
+
+
+
+ Converts the object to a string.
+
+ The object to convert to a string.
+
+
+ The string representation of the object.
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts an to and from a .
+
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts a to and from a .
+
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts an to and from a .
+
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts an to and from a .
+
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts objects to and from strings.
+
+
+
+
+ Converts the object to a string.
+
+ The object to convert to a string.
+ The for the current record.
+ The for the member being written.
+ The string representation of the object.
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts a to and from a .
+
+
+
+
+ Gets the type of the nullable.
+
+
+ The type of the nullable.
+
+
+
+
+ Gets the underlying type of the nullable.
+
+
+ The underlying type.
+
+
+
+
+ Gets the type converter for the underlying type.
+
+
+ The type converter.
+
+
+
+
+ Creates a new for the given .
+
+ The nullable type.
+ The type converter factory.
+ type is not a nullable type.
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts the object to a string.
+
+ The object to convert to a string.
+
+
+ The string representation of the object.
+
+
+
+ Converts a to and from a .
+
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts a to and from a .
+
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts a to and from a .
+
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts a to and from a .
+
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Caches s for a given type.
+
+
+
+
+ Initializes the class.
+
+
+
+
+ Adds the for the given .
+
+ The type the converter converts.
+ The type converter that converts the type.
+
+
+
+ Adds the for the given .
+
+ The type the converter converts.
+ The type converter that converts the type.
+
+
+
+ Removes the for the given .
+
+ The type to remove the converter for.
+
+
+
+ Removes the for the given .
+
+ The type to remove the converter for.
+
+
+
+ Gets the converter for the given .
+
+ The type to get the converter for.
+ The for the given .
+
+
+
+ Gets the converter for the given .
+
+ The type to get the converter for.
+ The for the given .
+
+
+
+ Represents errors that occur while reading a CSV file.
+
+
+
+
+ The text used in ConvertFromString.
+
+
+
+
+ The value used in ConvertToString.
+
+
+
+
+ The type converter.
+
+
+
+
+ The member map data used in ConvertFromString and ConvertToString.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The type converter.
+ The member map data.
+ The text.
+ The reading context.
+
+
+
+ Initializes a new instance of the class.
+
+ The type converter.
+ The member map data.
+ The value.
+ The writing context.
+
+
+
+ Initializes a new instance of the class
+ with a specified error message.
+
+ The type converter.
+ The member map data.
+ The text.
+ The reading context.
+ The message that describes the error.
+
+
+
+ Initializes a new instance of the class
+ with a specified error message.
+
+ The type converter.
+ The member map data.
+ The value.
+ The writing context.
+ The message that describes the error.
+
+
+
+ Initializes a new instance of the class
+ with a specified error message and a reference to the inner exception that
+ is the cause of this exception.
+
+ The type converter.
+ The member map data.
+ The text.
+ The reading context.
+ The error message that explains the reason for the exception.
+ The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
+
+
+
+ Initializes a new instance of the class
+ with a specified error message and a reference to the inner exception that
+ is the cause of this exception.
+
+ The type converter.
+ The member map data.
+ The value.
+ The writing context.
+ The error message that explains the reason for the exception.
+ The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
+
+
+
+ Options used when doing type conversion.
+
+
+
+
+ Gets or sets the culture info.
+
+
+
+
+ Gets or sets the date time style.
+
+
+
+
+ Gets or sets the time span style.
+
+
+
+
+ Gets or sets the number style.
+
+
+
+
+ Gets or sets the string format.
+
+
+
+
+ Gets the list of values that can be
+ used to represent a boolean of true.
+
+
+
+
+ Gets the list of values that can be
+ used to represent a boolean of false.
+
+
+
+
+ Gets the list of values that can be used to represent a null value.
+
+
+
+
+ Merges TypeConverterOptions by applying the values of sources in order on to each other.
+ The first object is the source object.
+
+ The sources that will be applied.
+ The updated source object.
+
+
+
+ Caches for a given type.
+
+
+
+
+ Adds the for the given .
+
+ The type the options are for.
+ The options.
+
+
+
+ Adds the for the given .
+
+ The type the options are for.
+ The options.
+
+
+
+ Removes the for the given type.
+
+ The type to remove the options for.
+
+
+
+ Removes the for the given type.
+
+ The type to remove the options for.
+
+
+
+ Get the for the given .
+
+ The type the options are for.
+ The options for the given type.
+
+
+
+ Get the for the given .
+
+ The type the options are for.
+ The options for the given type.
+
+
+
+ Converts a to and from a .
+
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts a to and from a .
+
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts a to and from a .
+
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Represents a user supplied validation failure.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The reading context.
+
+
+
+ Initializes a new instance of the class
+ with a specified error message.
+
+ The reading context.
+ The message that describes the error.
+
+
+
+ Initializes a new instance of the class
+ with a specified error message and a reference to the inner exception that
+ is the cause of this exception.
+
+ The reading context.
+ The error message that explains the reason for the exception.
+ The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
+
+
+
+ Represents errors that occur while writing a CSV file.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The writing context.
+
+
+
+ Initializes a new instance of the class
+ with a specified error message.
+
+ The writing context.
+ The message that describes the error.
+
+
+
+ Initializes a new instance of the class
+ with a specified error message and a reference to the inner exception that
+ is the cause of this exception.
+
+ The writing context.
+ The error message that explains the reason for the exception.
+ The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
+
+
+
+ CSV writing state.
+
+
+
+
+ Gets the type actions.
+
+
+
+
+ Gets the type converter options.
+
+
+
+
+ Gets or sets the reusable member map data.
+
+
+
+
+ Gets the writer configuration.
+
+
+
+
+ Gets the serializer configuration.
+
+
+
+
+ Gets the .
+
+
+
+
+ Gets a value indicating if the
+ should be left open when disposing.
+
+
+
+
+ Gets the current row.
+
+
+
+
+ Get the current record;
+
+
+
+
+ Gets a value indicating if the header has been written.
+
+
+
+
+ Gets a value indicating if a record has been written.
+
+
+
+
+ Initializes a new instance.
+
+ The writer.
+ The configuration.
+ A value indicating if the TextWriter should be left open.
+
+
+
+ Clears the specified caches.
+
+ The caches to clear.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+ 2
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+ True if the instance needs to be disposed of.
+
+
+
diff --git a/packages/CsvHelper.8.0.0/lib/netstandard2.0/CsvHelper.dll b/packages/CsvHelper.8.0.0/lib/netstandard2.0/CsvHelper.dll
new file mode 100644
index 00000000..ca434f2b
Binary files /dev/null and b/packages/CsvHelper.8.0.0/lib/netstandard2.0/CsvHelper.dll differ
diff --git a/packages/CsvHelper.8.0.0/lib/netstandard2.0/CsvHelper.xml b/packages/CsvHelper.8.0.0/lib/netstandard2.0/CsvHelper.xml
new file mode 100644
index 00000000..dfa47a5d
--- /dev/null
+++ b/packages/CsvHelper.8.0.0/lib/netstandard2.0/CsvHelper.xml
@@ -0,0 +1,6687 @@
+
+
+
+ CsvHelper
+
+
+
+
+ Represents errors that occur due to bad data.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The reading context.
+
+
+
+ Initializes a new instance of the class
+ with a specified error message.
+
+ The reading context.
+ The message that describes the error.
+
+
+
+ Initializes a new instance of the class
+ with a specified error message and a reference to the inner exception that
+ is the cause of this exception.
+
+ The reading context.
+ The error message that explains the reason for the exception.
+ The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
+
+
+
+ Types of caches.
+
+
+
+
+ None.
+
+
+
+
+ Named index.
+
+
+
+
+ Delegate that creates objects when reading.
+
+
+
+
+ Delegate that writes objects to strings when writing.
+
+
+
+
+ Type converter options.
+
+
+
+
+ Raw record.
+
+
+
+
+ The string values used to represent a boolean false when converting.
+
+
+
+
+ Gets the false values.
+
+
+
+
+ The string values used to represent a boolean false when converting.
+
+ The false values.
+
+
+
+ The string values used to represent a boolean false when converting.
+
+ The false values.
+
+
+
+ The string values used to represent a boolean true when converting.
+
+
+
+
+ Gets the true values.
+
+
+
+
+ The string values used to represent a boolean true when converting.
+
+
+
+
+
+ The string values used to represent a boolean true when converting.
+
+
+
+
+
+ The constant value that will be used for every record when
+ reading and writing. This value will always be used no matter
+ what other mapping configurations are specified.
+
+
+
+
+ Gets the constant.
+
+
+
+
+ The constant value that will be used for every record when
+ reading and writing. This value will always be used no matter
+ what other mapping configurations are specified.
+
+ The constant.
+
+
+
+ The used when type converting.
+ This will override the global
+ setting.
+
+
+
+
+ Gets the culture info.
+
+
+
+
+ The used when type converting.
+ This will override the global
+ setting.
+
+ The culture.
+
+
+
+ The to use when type converting.
+ This is used when doing any conversions.
+
+
+
+
+ Gets the date time styles.
+
+
+
+
+ The to use when type converting.
+ This is used when doing any conversions.
+
+ The date time styles.
+
+
+
+ The default value that will be used when reading when
+ the CSV field is empty.
+
+
+
+
+ Gets the default value.
+
+
+
+
+ The default value that will be used when reading when
+ the CSV field is empty.
+
+ The default value
+
+
+
+ The string format to be used when type converting.
+
+
+
+
+ Gets the formats.
+
+
+
+
+ The string format to be used when type converting.
+
+ The format.
+
+
+
+ The string format to be used when type converting.
+
+ The formats.
+
+
+
+ Appends a prefix to the header of each field of the reference member.
+
+
+
+
+ Gets the prefix.
+
+
+
+
+ Appends a prefix to the header of each field of the reference member.
+
+
+
+
+ Appends a prefix to the header of each field of the reference member.
+
+ The prefix.
+
+
+
+ Ignore the member when reading and writing.
+ If this member has already been mapped as a reference
+ member, either by a class map, or by automapping, calling
+ this method will not ingore all the child members down the
+ tree that have already been mapped.
+
+
+
+
+ When reading, is used to get the field at
+ the given index. When writing, the fields
+ will be written in the order of the field
+ indexes.
+
+
+
+
+ Gets the index.
+
+
+
+
+ Gets the index end.
+
+
+
+
+ When reading, is used to get the field at
+ the given index. When writing, the fields
+ will be written in the order of the field
+ indexes.
+
+ The index.
+ The index end.
+
+
+
+ When reading, is used to get the field
+ at the index of the name if there was a
+ header specified. It will look for the
+ first name match in the order listed.
+ When writing, sets the name of the
+ field in the header record.
+ The first name will be used.
+
+
+
+
+ Gets the names.
+
+
+
+
+ When reading, is used to get the field
+ at the index of the name if there was a
+ header specified. It will look for the
+ first name match in the order listed.
+ When writing, sets the name of the
+ field in the header record.
+ The first name will be used.
+
+ The name
+
+
+
+ When reading, is used to get the field
+ at the index of the name if there was a
+ header specified. It will look for the
+ first name match in the order listed.
+ When writing, sets the name of the
+ field in the header record.
+ The first name will be used.
+
+ The names.
+
+
+
+ When reading, is used to get the
+ index of the name used when there
+ are multiple names that are the same.
+
+
+
+
+ The name index.
+
+
+
+
+ When reading, is used to get the
+ index of the name used when there
+ are multiple names that are the same.
+
+ The name index.
+
+
+
+ The string values used to represent null when converting.
+
+
+
+
+ Gets the null values.
+
+
+
+
+ The string values used to represent null when converting.
+
+ The null values.
+
+
+
+ The string values used to represent null when converting.
+
+ The null values.
+
+
+
+ The to use when type converting.
+ This is used when doing any number conversions.
+
+
+
+
+ Gets the number styles.
+
+
+
+
+ The to use when type converting.
+ This is used when doing any number conversions.
+
+ The number styles.
+
+
+
+ Specifies the to use
+ when converting the member to and from a CSV field.
+
+
+
+
+ Gets the type converter.
+
+
+
+
+ Specifies the to use
+ when converting the member to and from a CSV field.
+
+
+
+
+
+ Maps class members to CSV fields.
+
+
+
+
+ The type of the class this map is for.
+
+
+
+
+ The class constructor parameter mappings.
+
+
+
+
+ The class member mappings.
+
+
+
+
+ The class member reference mappings.
+
+
+
+
+ Allow only internal creation of CsvClassMap.
+
+ The type of the class this map is for.
+
+
+
+ Maps a member to a CSV field.
+
+ The type of the class this map is for. This may not be the same type
+ as the member.DeclaringType or the current ClassType due to nested member mappings.
+ The member to map.
+ If true, an existing map will be used if available.
+ If false, a new map is created for the same member.
+ The member mapping.
+
+
+
+ Maps a non-member to a CSV field. This allows for writing
+ data that isn't mapped to a class member.
+
+ The member mapping.
+
+
+
+ Maps a member to another class map.
+
+ The type of the class map.
+ The member.
+ Constructor arguments used to create the reference map.
+ The reference mapping for the member.
+
+
+
+ Auto maps all members for the given type. If a member
+ is mapped again it will override the existing map.
+
+
+
+
+ Auto maps all members for the given type. If a member
+ is mapped again it will override the existing map.
+
+ The configuration.
+
+
+
+ Get the largest index for the
+ members and references.
+
+ The max index.
+
+
+
+ Resets the indexes based on the given start index.
+
+ The index start.
+ The last index + 1.
+
+
+
+ Auto maps the given map and checks for circular references as it goes.
+
+ The map to auto map.
+ The configuration.
+ The list of parents for the map.
+ The index starting point.
+
+
+
+ Auto maps the given map using constructor parameters.
+
+ The map.
+ The configuration.
+ The list of parents for the map.
+ The index starting point.
+
+
+
+ Checks for circular references.
+
+ The type to check for.
+ The list of parents to check against.
+ A value indicating if a circular reference was found.
+ True if a circular reference was found, otherwise false.
+
+
+
+ Gets the generic type for this class map.
+
+
+
+
+ Applies attribute configurations to the map.
+
+ The member map.
+
+
+
+ Applies attribute configurations to the map.
+
+ The reference map.
+
+
+
+ Has mapping capabilities.
+
+ The class type.
+
+
+
+ Maps a member to a CSV field.
+
+ The member to map.
+ If true, an existing map will be used if available.
+ If false, a new map is created for the same member.
+ The member mapping.
+
+
+
+ Options after a mapping call.
+
+ The class type.
+ The member type.
+
+
+
+ Has type converter capabilities.
+
+ The class type.
+ The member type.
+
+
+
+ Specifies the to use
+ when converting the member to and from a CSV field.
+
+ The TypeConverter to use.
+
+
+
+ Specifies the to use
+ when converting the member to and from a CSV field.
+
+ The of the
+ to use.
+
+
+
+ Options after a type converter call.
+
+ The class type.
+ The member type.
+
+
+
+ Has index capabilities.
+
+ The class type.
+ The member type.
+
+
+
+ When reading, is used to get the field at
+ the given index. When writing, the fields
+ will be written in the order of the field
+ indexes.
+
+ The index of the CSV field.
+ The end index used when mapping to an member.
+
+
+
+ Options after an index call.
+
+ The class type.
+ The member type.
+
+
+
+ Has name capabilities.
+
+ The class type.
+ The member type.
+
+
+
+ When reading, is used to get the field
+ at the index of the name if there was a
+ header specified. It will look for the
+ first name match in the order listed.
+ When writing, sets the name of the
+ field in the header record.
+ The first name will be used.
+
+ The possible names of the CSV field.
+
+
+
+ Options after a name call.
+
+ The class type.
+ The member type.
+
+
+
+ Has name index capabilities.
+
+ The class type.
+ The member type.
+
+
+
+ When reading, is used to get the
+ index of the name used when there
+ are multiple names that are the same.
+
+ The index of the name.
+
+
+
+ Options after a name index call.
+
+ The class type.
+ The member type.
+
+
+
+ Has convert using capabilities.
+
+ The class type.
+ The member type.
+
+
+
+ Specifies an expression to be used to convert data in the
+ row to the member.
+
+ The convert expression.
+
+
+
+ Specifies an expression to be used to convert the object
+ to a field.
+
+ The convert expression.
+
+
+
+ Has default capabilities.
+
+ The class type.
+ The member type.
+
+
+
+ The default value that will be used when reading when
+ the CSV field is empty.
+
+ The default value.
+
+
+
+ The default value that will be used when reading when
+ the CSV field is empty. This value is not type checked
+ and will use a to convert
+ the field. This could potentially have runtime errors.
+
+ The default value.
+
+
+
+ Options after a default call.
+
+ The class type.
+ The member type.
+
+
+
+ Has constant capabilities.
+
+ The class type.
+ The member type.
+
+
+
+ The constant value that will be used for every record when
+ reading and writing. This value will always be used no matter
+ what other mapping configurations are specified.
+
+ The constant value.
+
+
+
+ Has validate capabilities.
+
+ The class type.
+ The member type.
+
+
+
+ The validate expression that will be called on every field when reading.
+ The expression should return true if the field is valid.
+ If false is returned, a
+ will be thrown.
+
+ The validation expression.
+
+
+
+ Has build capabilities.
+
+ The class type.
+
+
+
+ Builds the .
+
+
+
+
+ Collection that holds CsvClassMaps for record types.
+
+
+
+
+ Gets the for the specified record type.
+
+
+ The .
+
+ The record type.
+ The for the specified record type.
+
+
+
+ Creates a new instance using the given configuration.
+
+ The configuration.
+
+
+
+ Finds the for the specified record type.
+
+ The record type.
+ The for the specified record type.
+
+
+
+ Adds the specified map for it's record type. If a map
+ already exists for the record type, the specified
+ map will replace it.
+
+ The map.
+
+
+
+ Removes the class map.
+
+ The class map type.
+
+
+
+ Removes all maps.
+
+
+
+
+ Goes up the inheritance tree to find the type instance of CsvClassMap{}.
+
+ The type to traverse.
+ The type that is CsvClassMap{}.
+
+
+
+ Sets defaults for the mapping tree. The defaults used
+ to be set inside the classes, but this didn't allow for
+ the TypeConverter to be created from the Configuration's
+ TypeConverterFactory.
+
+ The map to set defaults on.
+
+
+
+ Maps class members to CSV fields.
+
+ The of class to map.
+
+
+
+ Creates an instance of .
+
+
+
+
+ Maps a member to a CSV field.
+
+ The member to map.
+ If true, an existing map will be used if available.
+ If false, a new map is created for the same member.
+ The member mapping.
+
+
+
+ Meant for internal use only.
+ Maps a member to another class map. When this is used, accessing a property through
+ sub-property mapping later won't work. You can only use one or the other. When using
+ this, ConvertUsing will also not work.
+
+ The type of the class map.
+ The expression.
+ Constructor arguments used to create the reference map.
+ The reference mapping for the member.
+
+
+
+ Configuration used for reading and writing CSV data.
+
+
+
+
+ Gets or sets the .
+
+
+
+
+ Gets or sets the .
+
+
+
+
+ Gets or sets a value indicating if the
+ CSV file has a header record.
+ Default is true.
+
+
+
+
+ Gets or sets the function that is called when a header validation check is ran. The default function
+ will throw a if there is no header for a given member mapping.
+ You can supply your own function to do other things like logging the issue instead of throwing an exception.
+ Arguments: isValid, headerNames, headerNameIndex, context
+
+
+
+
+ Gets or sets the function that is called when a missing field is found. The default function will
+ throw a . You can supply your own function to do other things
+ like logging the issue instead of throwing an exception.
+ Arguments: headerNames, index, context
+
+
+
+
+ Gets or sets the function that is called when bad field data is found. A field
+ has bad data if it contains a quote and the field is not quoted (escaped).
+ You can supply your own function to do other things like logging the issue
+ instead of throwing an exception.
+ Arguments: context
+
+
+
+
+ Gets or sets the function that is called when a reading exception occurs.
+ The default function will re-throw the given exception. If you want to ignore
+ reading exceptions, you can supply your own function to do other things like
+ logging the issue.
+ Arguments: exception
+
+
+
+
+ Gets or sets the callback that will be called to
+ determine whether to skip the given record or not.
+
+
+
+
+ Gets or sets a value indicating if fields should be sanitized
+ to prevent malicious injection. This covers MS Excel,
+ Google Sheets and Open Office Calc.
+
+
+
+
+ Gets or sets the characters that are used for injection attacks.
+
+
+
+
+ Gets or sets the character used to escape a detected injection.
+
+
+
+
+ Gets or sets a value indicating whether changes in the column
+ count should be detected. If true, a
+ will be thrown if a different column count is detected.
+
+
+ true if [detect column count changes]; otherwise, false.
+
+
+
+
+ Prepares the header field for matching against a member name.
+ The header field and the member name are both ran through this function.
+ You should do things like trimming, removing whitespace, removing underscores,
+ and making casing changes to ignore case.
+
+
+
+
+ Determines if constructor parameters should be used to create
+ the class instead of the default constructor and members.
+
+
+
+
+ Chooses the constructor to use for constuctor mapping.
+
+
+
+
+ Gets or sets a value indicating whether references
+ should be ignored when auto mapping. True to ignore
+ references, otherwise false. Default is false.
+
+
+
+
+ Gets or sets the field trimming options.
+
+
+
+
+ Gets or sets the delimiter used to separate fields.
+ Default is ",";
+
+
+
+
+ Gets or sets the character used to quote fields.
+ Default is '"'.
+
+
+
+
+ Gets a string representation of the currently configured Quote character.
+
+
+ The new quote string.
+
+
+
+
+ Gets a string representation of two of the currently configured Quote characters.
+
+
+ The new double quote string.
+
+
+
+
+ Gets an array characters that require
+ the field to be quoted.
+
+
+
+
+ Gets or sets the character used to denote
+ a line that is commented out. Default is '#'.
+
+
+
+
+ Gets or sets a value indicating if comments are allowed.
+ True to allow commented out lines, otherwise false.
+
+
+
+
+ Gets or sets the size of the buffer
+ used for reading CSV files.
+ Default is 2048.
+
+
+
+
+ Gets or sets a value indicating whether all fields are quoted when writing,
+ or just ones that have to be. and
+ cannot be true at the same time. Turning one
+ on will turn the other off.
+
+
+ true if all fields should be quoted; otherwise, false.
+
+
+
+
+ Gets or sets a value indicating whether no fields are quoted when writing.
+ and cannot be true
+ at the same time. Turning one on will turn the other off.
+
+
+ true if [quote no fields]; otherwise, false.
+
+
+
+
+ Gets or sets a value indicating whether the number of bytes should
+ be counted while parsing. Default is false. This will slow down parsing
+ because it needs to get the byte count of every char for the given encoding.
+ The needs to be set correctly for this to be accurate.
+
+
+
+
+ Gets or sets the encoding used when counting bytes.
+
+
+
+
+ Gets or sets the culture info used to read an write CSV files.
+
+
+
+
+ Gets or sets a value indicating if quotes should be
+ ignored when parsing and treated like any other character.
+
+
+
+
+ Gets or sets a value indicating if private
+ member should be read from and written to.
+ True to include private member, otherwise false. Default is false.
+
+
+
+
+ Gets or sets the member types that are used when auto mapping.
+ MemberTypes are flags, so you can choose more than one.
+ Default is Properties.
+
+
+
+
+ Gets or sets a value indicating if blank lines
+ should be ignored when reading.
+ True to ignore, otherwise false. Default is true.
+
+
+
+
+ Gets or sets a callback that will return the prefix for a reference header.
+ Arguments: memberType, memberName
+
+
+
+
+ Builds the values for the RequiredQuoteChars property.
+
+
+
+
+ The configured s.
+
+
+
+
+ Gets or sets a value indicating that during writing if a new
+ object should be created when a reference member is null.
+ True to create a new object and use it's defaults for the
+ fields, or false to leave the fields empty for all the
+ reference member's member.
+
+
+
+
+ Creates a new CsvConfiguration.
+
+
+
+
+ Use a to configure mappings.
+ When using a class map, no members are mapped by default.
+ Only member specified in the mapping are used.
+
+ The type of mapping class to use.
+
+
+
+ Use a to configure mappings.
+ When using a class map, no members are mapped by default.
+ Only members specified in the mapping are used.
+
+ The type of mapping class to use.
+
+
+
+ Registers the class map.
+
+ The class map to register.
+
+
+
+ Unregisters the class map.
+
+ The map type to unregister.
+
+
+
+ Unregisters the class map.
+
+ The map type to unregister.
+
+
+
+ Unregisters all class maps.
+
+
+
+
+ Generates a for the type.
+
+ The type to generate the map for.
+ The generate map.
+
+
+
+ Generates a for the type.
+
+ The type to generate for the map.
+ The generate map.
+
+
+
+ Represents configuration errors that occur.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class
+ with a specified error message.
+
+ The message that describes the error.
+
+
+
+ Initializes a new instance of the class
+ with a specified error message and a reference to the inner exception that
+ is the cause of this exception.
+
+ The error message that explains the reason for the exception.
+ The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
+
+
+
+ A default that can be used
+ to create a class map dynamically.
+
+
+
+
+
+ Configuration used for the .
+
+
+
+
+ Gets or sets the size of the buffer
+ used for reading CSV files.
+ Default is 2048.
+
+
+
+
+ Gets or sets a value indicating whether the number of bytes should
+ be counted while parsing. Default is false. This will slow down parsing
+ because it needs to get the byte count of every char for the given encoding.
+ The needs to be set correctly for this to be accurate.
+
+
+
+
+ Gets or sets the encoding used when counting bytes.
+
+
+
+
+ Gets or sets the function that is called when bad field data is found. A field
+ has bad data if it contains a quote and the field is not quoted (escaped).
+ You can supply your own function to do other things like logging the issue
+ instead of throwing an exception.
+ Arguments: context
+
+
+
+
+ Gets or sets the character used to denote
+ a line that is commented out. Default is '#'.
+
+
+
+
+ Gets or sets a value indicating if comments are allowed.
+ True to allow commented out lines, otherwise false.
+
+
+
+
+ Gets or sets a value indicating if blank lines
+ should be ignored when reading.
+ True to ignore, otherwise false. Default is true.
+
+
+
+
+ Gets or sets a value indicating if quotes should be
+ ingored when parsing and treated like any other character.
+
+
+
+
+ Gets or sets the character used to quote fields.
+ Default is '"'.
+
+
+
+
+ Gets or sets the delimiter used to separate fields.
+ Default is ",";
+
+
+
+
+ Gets or sets the field trimming options.
+
+
+
+
+ Configuration used for the .
+
+
+
+
+ Gets or sets a value indicating if the
+ CSV file has a header record.
+ Default is true.
+
+
+
+
+ Gets or sets the function that is called when a header validation check is ran. The default function
+ will throw a if there is no header for a given member mapping.
+ You can supply your own function to do other things like logging the issue instead of throwing an exception.
+ Arguments: isValid, headerNames, headerNameIndex, context
+
+
+
+
+ Gets or sets the function that is called when a missing field is found. The default function will
+ throw a . You can supply your own function to do other things
+ like logging the issue instead of throwing an exception.
+ Arguments: headerNames, index, context
+
+
+
+
+ Gets or sets the function that is called when a reading exception occurs.
+ The default function will re-throw the given exception. If you want to ignore
+ reading exceptions, you can supply your own function to do other things like
+ logging the issue.
+ Arguments: exception
+
+
+
+
+ Gets or sets the culture info used to read an write CSV files.
+
+
+
+
+ Gets or sets the .
+
+
+
+
+ Gets or sets the .
+
+
+
+
+ Prepares the header field for matching against a member name.
+ The header field and the member name are both ran through this function.
+ You should do things like trimming, removing whitespace, removing underscores,
+ and making casing changes to ignore case.
+
+
+
+
+ Determines if constructor parameters should be used to create
+ the class instead of the default constructor and members.
+
+
+
+
+ Chooses the constructor to use for constuctor mapping.
+
+
+
+
+ Gets or sets a value indicating whether references
+ should be ignored when auto mapping. True to ignore
+ references, otherwise false. Default is false.
+
+
+
+
+ Gets or sets the callback that will be called to
+ determine whether to skip the given record or not.
+
+
+
+
+ Gets or sets a value indicating if private
+ member should be read from and written to.
+ True to include private member, otherwise false. Default is false.
+
+
+
+
+ Gets or sets a callback that will return the prefix for a reference header.
+ Arguments: memberType, memberName
+
+
+
+
+ Gets or sets a value indicating whether changes in the column
+ count should be detected. If true, a
+ will be thrown if a different column count is detected.
+
+
+ true if [detect column count changes]; otherwise, false.
+
+
+
+
+ Gets or sets the member types that are used when auto mapping.
+ MemberTypes are flags, so you can choose more than one.
+ Default is Properties.
+
+
+
+
+ The configured s.
+
+
+
+
+ Use a to configure mappings.
+ When using a class map, no members are mapped by default.
+ Only member specified in the mapping are used.
+
+ The type of mapping class to use.
+
+
+
+ Use a to configure mappings.
+ When using a class map, no member are mapped by default.
+ Only member specified in the mapping are used.
+
+ The type of mapping class to use.
+
+
+
+ Registers the class map.
+
+ The class map to register.
+
+
+
+ Unregisters the class map.
+
+ The map type to unregister.
+
+
+
+ Unregisters the class map.
+
+ The map type to unregister.
+
+
+
+ Unregisters all class maps.
+
+
+
+
+ Generates a for the type.
+
+ The type to generate the map for.
+ The generate map.
+
+
+
+ Generates a for the type.
+
+ The type to generate for the map.
+ The generate map.
+
+
+
+ Configuration used for the .
+
+
+
+
+ Gets or sets the delimiter used to separate fields.
+ Default is ',';
+
+
+
+
+ Gets or sets the character used to quote fields.
+ Default is '"'.
+
+
+
+
+ Gets or sets the field trimming options.
+
+
+
+
+ Gets or sets a value indicating if fields should be sanitized
+ to prevent malicious injection. This covers MS Excel,
+ Google Sheets and Open Office Calc.
+
+
+
+
+ Gets or sets the characters that are used for injection attacks.
+
+
+
+
+ Gets or sets the character used to escape a detected injection.
+
+
+
+
+ Configuration used for the .
+
+
+
+
+ Gets or sets a value indicating whether all fields are quoted when writing,
+ or just ones that have to be. and
+ cannot be true at the same time. Turning one
+ on will turn the other off.
+
+
+ true if all fields should be quoted; otherwise, false.
+
+
+
+
+ Gets or sets a value indicating whether no fields are quoted when writing.
+ and cannot be true
+ at the same time. Turning one on will turn the other off.
+
+
+ true if [quote no fields]; otherwise, false.
+
+
+
+
+ Gets a string representation of the currently configured Quote character.
+
+
+ The new quote string.
+
+
+
+
+ Gets an array characters that require
+ the field to be quoted.
+
+
+
+
+ Builds the values for the RequiredQuoteChars property.
+
+
+
+
+ Gets a string representation of two of the currently configured Quote characters.
+
+
+ The new double quote string.
+
+
+
+
+ Gets or sets the culture info used to read an write CSV files.
+
+
+
+
+ Gets or sets the .
+
+
+
+
+ Gets or sets the .
+
+
+
+
+ Gets or sets a value indicating if comments are allowed.
+ True to allow commented out lines, otherwise false.
+
+
+
+
+ Gets or sets the character used to denote
+ a line that is commented out. Default is '#'.
+
+
+
+
+ Gets or sets a value indicating if the
+ CSV file has a header record.
+ Default is true.
+
+
+
+
+ Gets or sets a value indicating whether references
+ should be ignored when auto mapping. True to ignore
+ references, otherwise false. Default is false.
+
+
+
+
+ Gets or sets a value indicating if private
+ member should be read from and written to.
+ True to include private member, otherwise false. Default is false.
+
+
+
+
+ Gets or sets a callback that will return the prefix for a reference header.
+ Arguments: memberType, memberName
+
+
+
+
+ Gets or sets the member types that are used when auto mapping.
+ MemberTypes are flags, so you can choose more than one.
+ Default is Properties.
+
+
+
+
+ The configured s.
+
+
+
+
+ Use a to configure mappings.
+ When using a class map, no member are mapped by default.
+ Only member specified in the mapping are used.
+
+ The type of mapping class to use.
+
+
+
+ Use a to configure mappings.
+ When using a class map, no member are mapped by default.
+ Only member specified in the mapping are used.
+
+ The type of mapping class to use.
+
+
+
+ Registers the class map.
+
+ The class map to register.
+
+
+
+ Unregisters the class map.
+
+ The map type to unregister.
+
+
+
+ Unregisters the class map.
+
+ The map type to unregister.
+
+
+
+ Unregisters all class maps.
+
+
+
+
+ Generates a for the type.
+
+ The type to generate the map for.
+ The generate map.
+
+
+
+ Generates a for the type.
+
+ The type to generate for the map.
+ The generate map.
+
+
+
+ Gets or sets a value indicating that during writing if a new
+ object should be created when a reference member is null.
+ True to create a new object and use it's defaults for the
+ fields, or false to leave the fields empty for all the
+ reference member's member.
+
+
+
+
+ Sets type converter options on a member map.
+
+
+
+
+ Creates a new instance using the given .
+
+ The member map the options are being applied to.
+
+
+
+ The used when type converting.
+ This will override the global
+ setting.
+
+ The culture info.
+
+
+
+ The to use when type converting.
+ This is used when doing any conversions.
+
+ The date time style.
+
+
+
+ The to use when type converting.
+ This is used when doing any number conversions.
+
+
+
+
+
+ The string format to be used when type converting.
+
+ The format.
+
+
+
+ The string values used to represent a boolean when converting.
+
+ A value indicating whether true values or false values are being set.
+ A value indication if the current values should be cleared before adding the new ones.
+ The string boolean values.
+
+
+
+ The string values used to represent null when converting.
+
+ The values that represent null.
+
+
+
+
+ The string values used to represent null when converting.
+
+ A value indication if the current values should be cleared before adding the new ones.
+ The values that represent null.
+
+
+
+
+ Mapping info for a member to a CSV field.
+
+
+
+
+ Gets the member map data.
+
+
+
+
+ Type converter options.
+
+
+
+
+ Creates an instance of using the given Type and .
+
+ Type of the class the member being mapped belongs to.
+ The member being mapped.
+
+
+
+ When reading, is used to get the field
+ at the index of the name if there was a
+ header specified. It will look for the
+ first name match in the order listed.
+ When writing, sets the name of the
+ field in the header record.
+ The first name will be used.
+
+ The possible names of the CSV field.
+
+
+
+ When reading, is used to get the
+ index of the name used when there
+ are multiple names that are the same.
+
+ The index of the name.
+
+
+
+ When reading, is used to get the field at
+ the given index. When writing, the fields
+ will be written in the order of the field
+ indexes.
+
+ The index of the CSV field.
+ The end index used when mapping to an member.
+
+
+
+ Ignore the member when reading and writing.
+ If this member has already been mapped as a reference
+ member, either by a class map, or by automapping, calling
+ this method will not ingore all the child members down the
+ tree that have already been mapped.
+
+
+
+
+ Ignore the member when reading and writing.
+ If this member has already been mapped as a reference
+ member, either by a class map, or by automapping, calling
+ this method will not ingore all the child members down the
+ tree that have already been mapped.
+
+ True to ignore, otherwise false.
+
+
+
+ The default value that will be used when reading when
+ the CSV field is empty.
+
+ The default value.
+
+
+
+ The default value that will be used when reading when
+ the CSV field is empty. This value is not type checked
+ and will use a to convert
+ the field. This could potentially have runtime errors.
+
+ The default value.
+
+
+
+ The constant value that will be used for every record when
+ reading and writing. This value will always be used no matter
+ what other mapping configurations are specified.
+
+ The constant value.
+
+
+
+ Specifies the to use
+ when converting the member to and from a CSV field.
+
+ The TypeConverter to use.
+
+
+
+ Specifies the to use
+ when converting the member to and from a CSV field.
+
+ The of the
+ to use.
+
+
+
+ Specifies an expression to be used to validate a field when reading.
+
+
+
+
+
+ A collection that holds 's.
+
+
+
+
+ Gets the number of elements contained in the .
+
+
+ The number of elements contained in the .
+
+
+
+
+ Gets a value indicating whether the is read-only.
+
+
+ true if the is read-only; otherwise, false.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The comparer to use when sorting the member maps.
+
+
+
+ Returns an enumerator that iterates through the collection.
+
+
+ A that can be used to iterate through the collection.
+
+ 1
+
+
+
+ Returns an enumerator that iterates through a collection.
+
+
+ An object that can be used to iterate through the collection.
+
+ 2
+
+
+
+ Adds an item to the .
+
+ The object to add to the .
+ The is read-only.
+
+
+
+
+ Adds a range of items to the .
+
+ The collection to add.
+
+
+
+ Removes all items from the .
+
+ The is read-only.
+
+
+
+
+ Determines whether the contains a specific value.
+
+
+ true if is found in the ; otherwise, false.
+
+ The object to locate in the .
+
+
+
+
+ Copies the elements of the to an , starting at a particular index.
+
+ The one-dimensional that is the destination of the elements copied from . The must have zero-based indexing.The zero-based index in at which copying begins. is null. is less than 0.The number of elements in the source is greater than the available space from to the end of the destination .
+
+
+
+ Removes the first occurrence of a specific object from the .
+
+
+ true if was successfully removed from the ; otherwise, false. This method also returns false if is not found in the original .
+
+ The object to remove from the .
+ The is read-only.
+
+
+
+
+ Determines the index of a specific item in the .
+
+
+ The index of if found in the list; otherwise, -1.
+
+ The object to locate in the .
+
+
+
+
+ Inserts an item to the at the specified index.
+
+ The zero-based index at which should be inserted.
+ The object to insert into the .
+ is not a valid index in the .
+ The is read-only.
+
+
+
+
+ Removes the item at the specified index.
+
+ The zero-based index of the item to remove.
+ is not a valid index in the .
+ The is read-only.
+
+
+
+
+ Gets or sets the element at the specified index.
+
+
+ The element at the specified index.
+
+ The zero-based index of the element to get or set.
+ is not a valid index in the .
+ The member is set and the is read-only.
+
+
+
+
+ Finds the using the given member expression.
+
+ The the member is on.
+ The member expression.
+ The for the given expression, or null if not found.
+
+
+
+ Finds the using the given member.
+
+ The member.
+ The for the given expression, or null if not found.
+
+
+
+ Adds the members from the mapping. This will recursively
+ traverse the mapping tree and add all members for
+ reference maps.
+
+ The mapping where the members are added from.
+
+
+
+ Used to compare s.
+ The order is by field index ascending. Any
+ fields that don't have an index are pushed
+ to the bottom.
+
+
+
+
+ Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
+
+
+ Value
+ Condition
+ Less than zero
+ is less than .
+ Zero
+ equals .
+ Greater than zero
+ is greater than .
+
+ The first object to compare.
+ The second object to compare.
+ Neither nor implements the interface.
+ -or-
+ and are of different types and neither one can handle comparisons with the other.
+ 2
+
+
+
+ Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
+
+
+ Value
+ Condition
+ Less than zero
+ is less than .
+ Zero
+ equals .
+ Greater than zero
+ is greater than .
+
+ The first object to compare.
+ The second object to compare.
+
+
+
+
+ The configured data for the member map.
+
+
+
+
+ Gets the that the data
+ is associated with.
+
+
+
+
+ Gets the list of column names.
+
+
+
+
+ Gets or sets the index of the name.
+ This is used if there are multiple
+ columns with the same names.
+
+
+
+
+ Gets or sets a value indicating if the name was
+ explicitly set. True if it was explicity set,
+ otherwise false.
+
+
+
+
+ Gets or sets the column index.
+
+
+
+
+ Gets or sets the index end. The Index end is used to specify a range for use
+ with a collection member. Index is used as the start of the range, and IndexEnd
+ is the end of the range.
+
+
+
+
+ Gets or sets a value indicating if the index was
+ explicitly set. True if it was explicitly set,
+ otherwise false.
+
+
+
+
+ Gets or sets the type converter.
+
+
+
+
+ Gets or sets the type converter options.
+
+
+
+
+ Gets or sets a value indicating whether the field should be ignored.
+
+
+
+
+ Gets or sets the default value used when a CSV field is empty.
+
+
+
+
+ Gets or sets a value indicating whether this instance is default value set.
+ the default value was explicitly set. True if it was
+ explicitly set, otherwise false.
+
+
+
+
+ Gets or sets the constant value used for every record.
+
+
+
+
+ Gets or sets a value indicating if a constant was explicitly set.
+
+
+
+
+ Gets or sets the expression used to convert data in the
+ row to the member.
+
+
+
+
+ Gets or sets the expression to be used to convert the object
+ to a field.
+
+
+
+
+ Gets or sets the expression use to validate a field.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The member.
+
+
+
+ Mapping info for a member to a CSV field.
+
+
+
+
+ Creates a new instance using the specified member.
+
+
+
+
+ When reading, is used to get the field
+ at the index of the name if there was a
+ header specified. It will look for the
+ first name match in the order listed.
+ When writing, sets the name of the
+ field in the header record.
+ The first name will be used.
+
+ The possible names of the CSV field.
+
+
+
+ When reading, is used to get the
+ index of the name used when there
+ are multiple names that are the same.
+
+ The index of the name.
+
+
+
+ When reading, is used to get the field at
+ the given index. When writing, the fields
+ will be written in the order of the field
+ indexes.
+
+ The index of the CSV field.
+ The end index used when mapping to an member.
+
+
+
+ Ignore the member when reading and writing.
+ If this member has already been mapped as a reference
+ member, either by a class map, or by automapping, calling
+ this method will not ingore all the child members down the
+ tree that have already been mapped.
+
+
+
+
+ Ignore the member when reading and writing.
+ If this member has already been mapped as a reference
+ member, either by a class map, or by automapping, calling
+ this method will not ingore all the child members down the
+ tree that have already been mapped.
+
+ True to ignore, otherwise false.
+
+
+
+ The default value that will be used when reading when
+ the CSV field is empty.
+
+ The default value.
+
+
+
+ The default value that will be used when reading when
+ the CSV field is empty. This value is not type checked
+ and will use a to convert
+ the field. This could potentially have runtime errors.
+
+ The default value.
+
+
+
+ The constant value that will be used for every record when
+ reading and writing. This value will always be used no matter
+ what other mapping configurations are specified.
+
+ The constant value.
+
+
+
+ Specifies the to use
+ when converting the member to and from a CSV field.
+
+ The TypeConverter to use.
+
+
+
+ Specifies the to use
+ when converting the member to and from a CSV field.
+
+ The of the
+ to use.
+
+
+
+ Specifies an expression to be used to convert data in the
+ row to the member.
+
+ The convert expression.
+
+
+
+ Specifies an expression to be used to convert the object
+ to a field.
+
+ The convert expression.
+
+
+
+ Specifies an expression to be used to validate a field when reading.
+
+
+
+
+
+ A collection that holds member names.
+
+
+
+
+ Gets the name at the given index. If a prefix is set,
+ it will be prepended to the name.
+
+
+
+
+
+
+ Gets the prefix to use for each name.
+
+
+
+
+ Gets the raw list of names without
+ the prefix being prepended.
+
+
+
+
+ Gets the count.
+
+
+
+
+ Adds the given name to the collection.
+
+ The name to add.
+
+
+
+ Clears all names from the collection.
+
+
+
+
+ Adds a range of names to the collection.
+
+ The range to add.
+
+
+
+ Returns an enumerator that iterates through the collection.
+
+
+ A that can be used to iterate through the collection.
+
+ 1
+
+
+
+ Returns an enumerator that iterates through a collection.
+
+
+ An object that can be used to iterate through the collection.
+
+ 2
+
+
+
+ Mapping info for a reference member mapping to a class.
+
+
+
+
+ Gets the member reference map data.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The member.
+ The to use for the reference map.
+
+
+
+ Appends a prefix to the header of each field of the reference member.
+
+ The prefix to be prepended to headers of each reference member.
+ The current
+
+
+
+ Get the largest index for the
+ members and references.
+
+ The max index.
+
+
+
+ A collection that holds 's.
+
+
+
+ Gets the number of elements contained in the .
+ The number of elements contained in the .
+
+
+ Gets a value indicating whether the is read-only.
+ true if the is read-only; otherwise, false.
+
+
+ Gets or sets the element at the specified index.
+ The element at the specified index.
+ The zero-based index of the element to get or set.
+
+ is not a valid index in the .
+ The member is set and the is read-only.
+
+
+ Returns an enumerator that iterates through the collection.
+ A that can be used to iterate through the collection.
+ 1
+
+
+ Returns an enumerator that iterates through a collection.
+ An object that can be used to iterate through the collection.
+ 2
+
+
+ Adds an item to the .
+ The object to add to the .
+ The is read-only.
+
+
+ Removes all items from the .
+ The is read-only.
+
+
+ Determines whether the contains a specific value.
+ true if is found in the ; otherwise, false.
+ The object to locate in the .
+
+
+ Copies the elements of the to an , starting at a particular index.
+ The one-dimensional that is the destination of the elements copied from . The must have zero-based indexing.
+ The zero-based index in at which copying begins.
+
+ is null.
+
+ is less than 0.
+ The number of elements in the source is greater than the available space from to the end of the destination .
+
+
+ Removes the first occurrence of a specific object from the .
+ true if was successfully removed from the ; otherwise, false. This method also returns false if is not found in the original .
+ The object to remove from the .
+ The is read-only.
+
+
+ Determines the index of a specific item in the .
+ The index of if found in the list; otherwise, -1.
+ The object to locate in the .
+
+
+ Inserts an item to the at the specified index.
+ The zero-based index at which should be inserted.
+ The object to insert into the .
+
+ is not a valid index in the .
+ The is read-only.
+
+
+ Removes the item at the specified index.
+ The zero-based index of the item to remove.
+
+ is not a valid index in the .
+ The is read-only.
+
+
+
+ Finds the using the given member expression.
+
+ The the member is on.
+ The member expression.
+ The for the given expression, or null if not found.
+
+
+
+ Finds the using the given member.
+
+ The member.
+ The for the given expression, or null if not found.
+
+
+
+ The configuration data for the reference map.
+
+
+
+
+ Gets or sets the header prefix to use.
+
+
+
+
+ Gets the that the data
+ is associated with.
+
+
+
+
+ Gets the mapping this is a reference for.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The member.
+ The mapping this is a reference for.
+
+
+
+ Flags for the type of members that
+ can be used for auto mapping.
+
+
+
+
+ No members. This is not a valid value
+ and will cause an exception if used.
+
+
+
+
+ Properties on a class.
+
+
+
+
+ Fields on a class.
+
+
+
+
+ Mapping for a constructor parameter.
+ This may contain value type data, a constructor type map,
+ or a reference map, depending on the type of the parameter.
+
+
+
+
+ Gets the parameter map data.
+
+
+
+
+ Gets or sets the map for a constructor type.
+
+
+
+
+ Gets or sets the map for a reference type.
+
+
+
+
+ Creates an instance of using
+ the given information.
+
+ The parameter being mapped.
+
+
+
+ The constructor paramter data for the map.
+
+
+
+
+ Gets the that the data
+ is associated with.
+
+
+
+
+ Gets or sets the type converter.
+
+
+
+
+ Gets or sets the type converter options.
+
+
+
+
+ Gets or sets the column index.
+
+
+
+
+ Gets or sets the column name.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The constructor parameter.
+
+
+
+ Mapping info for a reference parameter mapping to a class.
+
+
+
+
+ Gets the parameter reference map data.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The parameter.
+ The to use for the reference map.
+
+
+
+ Appends a prefix to the header of each field of the reference parameter.
+
+ The prefix to be prepended to headers of each reference parameter.
+ The current
+
+
+
+ Get the largest index for the
+ members and references.
+
+ The max index.
+
+
+
+ The configuration data for the reference map.
+
+
+
+
+ Gets or sets the header prefix to use.
+
+
+
+
+ Gets the that the data
+ is associated with.
+
+
+
+
+ Gets the mapping this is a reference for.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The parameter.
+ The mapping this is a reference for.
+
+
+
+ Options for trimming of fields.
+
+
+
+
+ No trimming.
+
+
+
+
+ Trims the whitespace around a field.
+
+
+
+
+ Trims the whitespace inside of quotes around a field.
+
+
+
+
+ Reads fields from a .
+
+
+
+
+ Gets the reading context.
+
+
+
+
+ Gets a value indicating if the buffer is empty.
+ True if the buffer is empty, otherwise false.
+
+
+
+
+ Fills the buffer.
+
+ True if there is more data left.
+ False if all the data has been read.
+
+
+
+ Fills the buffer.
+
+ True if there is more data left.
+ False if all the data has been read.
+
+
+
+ Creates a new using the given
+ and .
+
+ The text reader.
+ The configuration.
+
+
+
+ Creates a new using the given
+ ,
+ and leaveOpen flag.
+
+ The text reader.
+ The configuration.
+ A value indicating if the should be left open when disposing.
+
+
+
+ Gets the next char as an .
+
+
+
+
+ Gets the field. This will append any reading progress.
+
+ The current field.
+
+
+
+ Appends the current reading progress.
+
+
+
+
+ Move's the buffer position according to the given offset.
+
+ The offset to move the buffer.
+
+
+
+ Sets the start of the field to the current buffer position.
+
+ An offset for the field start.
+ The offset should be less than 1.
+
+
+
+ Sets the end of the field to the current buffer position.
+
+ An offset for the field start.
+ The offset should be less than 1.
+
+
+
+ Sets the raw recodr start to the current buffer position;
+
+ An offset for the raw record start.
+ The offset should be less than 1.
+
+
+
+ Sets the raw record end to the current buffer position.
+
+ An offset for the raw record end.
+ The offset should be less than 1.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+ 2
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+ True if the instance needs to be disposed of.
+
+
+
+ Represents errors that occur in CsvHelper.
+
+
+
+
+ Gets the context used when reading.
+
+
+
+
+ Gets the context used when writing.
+
+
+
+
+ Initializes a new instance of the CsvHelperException class.
+
+
+
+
+ Initializes a new instance of the CsvHelperException class.
+
+ The message that describes the error.
+
+
+
+ Initializes a new instance of the CsvHelperException class.
+
+ The error message that explains the reason for the exception.
+ The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class
+ with a specified error message.
+
+ The reading context.
+ The message that describes the error.
+
+
+
+ Initializes a new instance of the class
+ with a specified error message and a reference to the inner exception that
+ is the cause of this exception.
+
+ The reading context.
+ The error message that explains the reason for the exception.
+ The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
+
+
+
+ Initializes a new instance of the class
+ with a specified error message.
+
+ The writing context.
+ The message that describes the error.
+
+
+
+ Initializes a new instance of the class
+ with a specified error message and a reference to the inner exception that
+ is the cause of this exception.
+
+ The writing context.
+ The error message that explains the reason for the exception.
+ The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
+
+
+
+ Parses a CSV file.
+
+
+
+
+ Gets the reading context.
+
+
+
+
+ Gets the configuration.
+
+
+
+
+ Gets the .
+
+
+
+
+ Creates a new parser using the given .
+
+ The with the CSV file data.
+
+
+
+ Creates a new parser using the given .
+
+ The with the CSV file data.
+ true to leave the reader open after the CsvReader object is disposed, otherwise false.
+
+
+
+ Creates a new parser using the given and .
+
+ The with the CSV file data.
+ The configuration.
+
+
+
+ Creates a new parser using the given and .
+
+ The with the CSV file data.
+ The configuration.
+ true to leave the reader open after the CsvReader object is disposed, otherwise false.
+
+
+
+ Creates a new parser using the given .
+
+ The field reader.
+
+
+
+ Reads a record from the CSV file.
+
+ A of fields for the record read.
+
+
+
+ Reads a record from the CSV file asynchronously.
+
+ A of fields for the record read.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+ 2
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+ True if the instance needs to be disposed of.
+
+
+
+ Reads a line of the CSV file.
+
+ The CSV line.
+
+
+
+ Reads a line of the CSV file.
+
+ The CSV line.
+
+
+
+ Reads a blank line. This accounts for empty lines
+ and commented out lines.
+
+
+
+
+ Reads a blank line. This accounts for empty lines
+ and commented out lines.
+
+
+
+
+ Reads until a delimiter or line ending is found.
+
+ True if the end of the line was found, otherwise false.
+
+
+
+ Reads until a delimiter or line ending is found.
+
+ True if the end of the line was found, otherwise false.
+
+
+
+ Reads until the field is not quoted and a delimeter is found.
+
+ True if the end of the line was found, otherwise false.
+
+
+
+ Reads until the field is not quoted and a delimeter is found.
+
+ True if the end of the line was found, otherwise false.
+
+
+
+ Reads until the delimeter is done.
+
+ True if a delimiter was read. False if the sequence of
+ chars ended up not being the delimiter.
+
+
+
+ Reads until the delimeter is done.
+
+ True if a delimiter was read. False if the sequence of
+ chars ended up not being the delimiter.
+
+
+
+ Reads until the line ending is done.
+
+ The field start offset.
+
+
+
+ Reads until the line ending is done.
+
+ The field start offset.
+
+
+
+ Reads until a non-space character is found.
+
+ True if there is more data to read.
+ False if the end of the file has been reached.
+
+
+
+ Reads until a non-space character is found.
+
+ True if there is more data to read.
+ False if the end of the file has been reached.
+
+
+
+ Reads data that was parsed from .
+
+
+
+
+ Gets the reading context.
+
+
+
+
+ Gets the configuration.
+
+
+
+
+ Gets the parser.
+
+
+
+
+ Creates a new CSV reader using the given .
+
+ The reader.
+
+
+
+ Creates a new CSV reader using the given .
+
+ The reader.
+ true to leave the reader open after the CsvReader object is disposed, otherwise false.
+
+
+
+ Creates a new CSV reader using the given and
+ and as the default parser.
+
+ The reader.
+ The configuration.
+
+
+
+ Creates a new CSV reader using the given .
+
+ The reader.
+ The configuration.
+ true to leave the reader open after the CsvReader object is disposed, otherwise false.
+
+
+
+ Creates a new CSV reader using the given .
+
+ The used to parse the CSV file.
+
+
+
+ Reads the header record without reading the first row.
+
+ True if there are more records, otherwise false.
+
+
+
+ Validates the header. A header is bad if all the mapped members don't match.
+ If the header is not valid, a will be thrown.
+
+ The type to validate the header against.
+
+
+
+ Validates the header. A header is bad if all the mapped members don't match.
+ If the header is not valid, a will be thrown.
+
+ The type to validate the header against.
+
+
+
+ Validates the header against the given map.
+
+ The map to validate against.
+
+
+
+ Advances the reader to the next record. This will not read headers.
+ You need to call then
+ for the headers to be read.
+
+ True if there are more records, otherwise false.
+
+
+
+ Advances the reader to the next record. This will not read headers.
+ You need to call then
+ for the headers to be read.
+
+ True if there are more records, otherwise false.
+
+
+
+ Gets the raw field at position (column) index.
+
+ The zero based index of the field.
+ The raw field.
+
+
+
+ Gets the raw field at position (column) name.
+
+ The named index of the field.
+ The raw field.
+
+
+
+ Gets the raw field at position (column) name.
+
+ The named index of the field.
+ The zero based index of the field.
+ The raw field.
+
+
+
+ Gets the raw field at position (column) index.
+
+ The zero based index of the field.
+ The raw field.
+
+
+
+ Gets the raw field at position (column) name.
+
+ The named index of the field.
+ The raw field.
+
+
+
+ Gets the raw field at position (column) name and the index
+ instance of that field. The index is used when there are
+ multiple columns with the same header name.
+
+ The named index of the field.
+ The zero based index of the instance of the field.
+ The raw field.
+
+
+
+ Gets the field converted to using
+ the specified .
+
+ The type of the field.
+ The index of the field.
+ The field converted to .
+
+
+
+ Gets the field converted to using
+ the specified .
+
+ The type of the field.
+ The named index of the field.
+ The field converted to .
+
+
+
+ Gets the field converted to using
+ the specified .
+
+ The type of the field.
+ The named index of the field.
+ The zero based index of the instance of the field.
+ The field converted to .
+
+
+
+ Gets the field converted to using
+ the specified .
+
+ The type of the field.
+ The index of the field.
+ The used to convert the field to .
+ The field converted to .
+
+
+
+ Gets the field converted to using
+ the specified .
+
+ The type of the field.
+ The named index of the field.
+ The used to convert the field to .
+ The field converted to .
+
+
+
+ Gets the field converted to using
+ the specified .
+
+ The type of the field.
+ The named index of the field.
+ The zero based index of the instance of the field.
+ The used to convert the field to .
+ The field converted to .
+
+
+
+ Gets the field converted to T at position (column) index.
+
+ The of the field.
+ The zero based index of the field.
+ The field converted to T.
+
+
+
+ Gets the field converted to T at position (column) name.
+
+ The of the field.
+ The named index of the field.
+ The field converted to T.
+
+
+
+ Gets the field converted to T at position
+ (column) name and the index instance of that field. The index
+ is used when there are multiple columns with the same header name.
+
+
+ The named index of the field.
+ The zero based index of the instance of the field.
+
+
+
+
+ Gets the field converted to T at position (column) index using
+ the given .
+
+ The of the field.
+ The zero based index of the field.
+ The used to convert the field to T.
+ The field converted to T.
+
+
+
+ Gets the field converted to T at position (column) name using
+ the given .
+
+ The of the field.
+ The named index of the field.
+ The used to convert the field to T.
+ The field converted to T.
+
+
+
+ Gets the field converted to T at position
+ (column) name and the index instance of that field. The index
+ is used when there are multiple columns with the same header name.
+
+
+ The named index of the field.
+ The zero based index of the instance of the field.
+ The used to convert the field to T.
+ The field converted to T.
+
+
+
+ Gets the field converted to T at position (column) index using
+ the given .
+
+ The of the field.
+ The used to convert the field to T.
+ The zero based index of the field.
+ The field converted to T.
+
+
+
+ Gets the field converted to T at position (column) name using
+ the given .
+
+ The of the field.
+ The used to convert the field to T.
+ The named index of the field.
+ The field converted to T.
+
+
+
+ Gets the field converted to T at position
+ (column) name and the index instance of that field. The index
+ is used when there are multiple columns with the same header name.
+
+ The of the field.
+ The used to convert the field to T.
+ The named index of the field.
+ The zero based index of the instance of the field.
+ The field converted to T.
+
+
+
+ Gets the field converted to T at position (column) index.
+
+ The of the field.
+ The zero based index of the field.
+ The field converted to type T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position (column) name.
+
+ The of the field.
+ The named index of the field.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position
+ (column) name and the index instance of that field. The index
+ is used when there are multiple columns with the same header name.
+
+ The of the field.
+ The named index of the field.
+ The zero based index of the instance of the field.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position (column) index
+ using the specified .
+
+ The of the field.
+ The zero based index of the field.
+ The used to convert the field to T.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position (column) name
+ using the specified .
+
+ The of the field.
+ The named index of the field.
+ The used to convert the field to T.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position (column) name
+ using the specified .
+
+ The of the field.
+ The named index of the field.
+ The zero based index of the instance of the field.
+ The used to convert the field to T.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position (column) index.
+
+ The of the field.
+ The zero based index of the field.
+ The field converted to type T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position (column) name.
+
+ The of the field.
+ The named index of the field.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position
+ (column) name and the index instance of that field. The index
+ is used when there are multiple columns with the same header name.
+
+
+ The named index of the field.
+ The zero based index of the instance of the field.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position (column) index
+ using the specified .
+
+ The of the field.
+ The zero based index of the field.
+ The used to convert the field to T.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position (column) name
+ using the specified .
+
+ The of the field.
+ The named index of the field.
+ The used to convert the field to T.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position (column) name
+ using the specified .
+
+ The of the field.
+ The named index of the field.
+ The zero based index of the instance of the field.
+ The used to convert the field to T.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position (column) index
+ using the specified .
+
+ The of the field.
+ The used to convert the field to T.
+ The zero based index of the field.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position (column) name
+ using the specified .
+
+ The of the field.
+ The used to convert the field to T.
+ The named index of the field.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position (column) name
+ using the specified .
+
+ The of the field.
+ The used to convert the field to T.
+ The named index of the field.
+ The zero based index of the instance of the field.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the record converted into T.
+
+ The of the record.
+ The record converted to T.
+
+
+
+ Get the record converted into T.
+
+ The of the record.
+ The anonymous type definition to use for the record.
+ The record converted to T.
+
+
+
+ Gets the record.
+
+ The of the record.
+ The record.
+
+
+
+ Gets all the records in the CSV file and
+ converts each to T. The Read method
+ should not be used when using this.
+
+ The of the record.
+ An of records.
+
+
+
+ Gets all the records in the CSV file and converts
+ each to T. The read method
+ should not be used when using this.
+
+ The of the record.
+ The anonymous type definition to use for the records.
+ An of records.
+
+
+
+ Gets all the records in the CSV file and
+ converts each to T. The Read method
+ should not be used when using this.
+
+ The of the record.
+ An of records.
+
+
+
+ Enumerates the records hydrating the given record instance with row data.
+ The record instance is re-used and not cleared on each enumeration.
+ This only works for streaming rows. If any methods are called on the projection
+ that force the evaluation of the IEnumerable, such as ToList(), the entire list
+ will contain the same instance of the record, which is the last row.
+
+ The type of the record.
+ The record to fill each enumeration.
+ An of records.
+
+
+
+ Gets the index of the field at name if found.
+
+ The name of the field to get the index for.
+ The index of the field if there are multiple fields with the same name.
+ A value indicating if the call was initiated from a TryGet.
+ The index of the field if found, otherwise -1.
+ Thrown if there is no header record.
+ Thrown if there isn't a field with name.
+
+
+
+ Gets the index of the field at name if found.
+
+ The possible names of the field to get the index for.
+ The index of the field if there are multiple fields with the same name.
+ A value indicating if the call was initiated from a TryGet.
+ The index of the field if found, otherwise -1.
+ Thrown if there is no header record.
+ Thrown if there isn't a field with name.
+
+
+
+ Determines if the member for the
+ can be read.
+
+ The member map.
+ A value indicating of the member can be read. True if it can, otherwise false.
+
+
+
+ Determines if the member for the
+ can be read.
+
+ The reference map.
+ A value indicating of the member can be read. True if it can, otherwise false.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+ 2
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+ True if the instance needs to be disposed of.
+
+
+
+ Checks if the reader has been read yet.
+
+
+
+
+
+ Parses the named indexes from the header record.
+
+
+
+
+ Defines methods used to serialize data into a CSV file.
+
+
+
+
+ Gets the writing context.
+
+
+
+
+ Gets the configuration.
+
+
+
+
+ Creates a new serializer using the given .
+
+ The to write the CSV file data to.
+
+
+
+ Creates a new serializer using the given .
+
+ The to write the CSV file data to.
+ true to leave the reader open after the CsvReader object is disposed, otherwise false.
+
+
+
+ Creates a new serializer using the given
+ and .
+
+ The to write the CSV file data to.
+ The configuration.
+
+
+
+ Creates a new serializer using the given
+ and .
+
+ The to write the CSV file data to.
+ The configuration.
+ true to leave the reader open after the CsvReader object is disposed, otherwise false.
+
+
+
+ Writes a record to the CSV file.
+
+ The record to write.
+
+
+
+ Writes a record to the CSV file.
+
+ The record to write.
+
+
+
+ Writes a new line to the CSV file.
+
+
+
+
+ Writes a new line to the CSV file.
+
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+ 2
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+ True if the instance needs to be disposed of.
+
+
+
+ Sanitizes the field to prevent injection.
+
+ The field to sanitize.
+
+
+
+ Used to write CSV files.
+
+
+
+
+ Gets the writing context.
+
+
+
+
+ Gets the configuration.
+
+
+
+
+ Creates a new CSV writer using the given .
+
+ The writer used to write the CSV file.
+
+
+
+ Creates a new CSV writer using the given .
+
+ The writer used to write the CSV file.
+ true to leave the writer open after the CsvWriter object is disposed, otherwise false.
+
+
+
+ Creates a new CSV writer using the given .
+
+ The use to write the CSV file.
+ The configuration.
+
+
+
+ Creates a new CSV writer using the given .
+
+ The use to write the CSV file.
+ The configuration.
+ true to leave the writer open after the CsvWriter object is disposed, otherwise false.
+
+
+
+ Creates a new CSV writer using the given .
+
+ The serializer.
+
+
+
+ Writes a field that has already been converted to a
+ from an .
+ If the field is null, it won't get written. A type converter
+ will always return a string, even if field is null. If the
+ converter returns a null, it means that the converter has already
+ written data, and the returned value should not be written.
+
+ The converted field to write.
+
+
+
+ Writes the field to the CSV file. The field
+ may get quotes added to it.
+ When all fields are written for a record,
+ must be called
+ to complete writing of the current record.
+
+ The field to write.
+
+
+
+ Writes the field to the CSV file. This will
+ ignore any need to quote and ignore the
+
+ and just quote based on the shouldQuote
+ parameter.
+ When all fields are written for a record,
+ must be called
+ to complete writing of the current record.
+
+ The field to write.
+ True to quote the field, otherwise false.
+
+
+
+ Writes the field to the CSV file.
+ When all fields are written for a record,
+ must be called
+ to complete writing of the current record.
+
+ The type of the field.
+ The field to write.
+
+
+
+ Writes the field to the CSV file.
+ When all fields are written for a record,
+ must be called
+ to complete writing of the current record.
+
+ The type of the field.
+ The field to write.
+ The converter used to convert the field into a string.
+
+
+
+ Writes the field to the CSV file
+ using the given .
+ When all fields are written for a record,
+ must be called
+ to complete writing of the current record.
+
+ The type of the field.
+ The type of the converter.
+ The field to write.
+
+
+
+ Serializes the row to the .
+
+
+
+
+ Serializes the row to the .
+
+
+
+
+ Ends writing of the current record and starts a new record.
+ This automatically flushes the writer.
+
+
+
+
+ Ends writing of the current record and starts a new record.
+ This automatically flushes the writer.
+
+
+
+
+ Writes a comment.
+
+ The comment to write.
+
+
+
+ Writes the header record from the given members.
+
+ The type of the record.
+
+
+
+ Writes the header record from the given members.
+
+ The type of the record.
+
+
+
+ Writes the header record for the given dynamic object.
+
+ The dynamic record to write.
+
+
+
+ Writes the record to the CSV file.
+
+ The type of the record.
+ The record to write.
+
+
+
+ Writes the list of records to the CSV file.
+
+ The list of records to write.
+
+
+
+ Writes the list of records to the CSV file.
+
+ Record type.
+ The list of records to write.
+
+
+
+ Checks if the member can be written.
+
+ The member map that we are checking.
+ A value indicating if the member can be written.
+ True if the member can be written, otherwise false.
+
+
+
+ Gets the type for the record. If the generic type
+ is an object due to boxing, it will call GetType()
+ on the record itself.
+
+ The record type.
+ The record.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+ 2
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+ True if the instance needs to be disposed of.
+
+
+
+ Creates dynamic records.
+
+
+
+
+ Initializes a new instance.
+
+ The reader.
+
+
+
+ Creates a of type
+ that will create a record of the given type using the current
+ reader row.
+
+ The record type.
+
+
+
+ Creates a dynamic record of the current reader row.
+
+
+
+
+ Write dynamic records.
+
+
+
+
+ Initializes a new instance using the given writer.
+
+ The writer.
+
+
+
+ Creates a of type
+ that will write the given record using the current writer row.
+
+ The record type.
+ The record.
+
+
+
+ Writes expando objects.
+
+
+
+
+ Initializes a new instance using the given writer.
+
+ The writer.
+
+
+
+ Creates a of type
+ that will write the given record using the current writer row.
+
+ The record type.
+ The record.
+
+
+
+ Manages expression creation.
+
+
+
+
+ Initializes a new instance using the given reader.
+
+ The reader.
+
+
+
+ Initializes a new instance using the given writer.
+
+ The writer.
+
+
+
+ Creates the member assignments for the given .
+
+ The mapping to create the assignments for.
+ The assignments that will be added to from the mapping.
+
+
+
+ Creates an expression the represents getting the field for the given
+ member and converting it to the member's type.
+
+ The mapping for the member.
+
+
+
+ Creates a member expression for the given member on the record.
+ This will recursively traverse the mapping to find the member
+ and create a safe member accessor for each level as it goes.
+
+ The current member expression.
+ The mapping to look for the member to map on.
+ The member map to look for on the mapping.
+ An Expression to access the given member.
+
+
+
+ Creates an instance of the given type using (in turn using the ObjectResolver), then assigns
+ the given member assignments to that instance.
+
+ The type of the record we're creating.
+ The member assignments that will be assigned to the created instance.
+ A representing the instance creation and assignments.
+
+
+
+ Creates objects.
+
+
+
+
+ Initializes a new instnace using the given reader.
+
+
+
+
+
+ Creates a of type
+ that will create a record of the given type using the current
+ reader row.
+
+ The record type.
+
+
+
+ Creates the constructor arguments used to create a type.
+
+ The mapping to create the arguments for.
+ The arguments that will be added to the mapping.
+
+
+
+ Writes objects.
+
+
+
+
+ Initializes a new instance using the given writer.
+
+ The writer.
+
+
+
+ Creates a of type
+ that will write the given record using the current writer row.
+
+ The record type.
+ The record.
+
+
+
+ Creates primitive records.
+
+
+
+
+ Initializes a new instance using the given reader.
+
+ The reader.
+
+
+
+ Creates a of type
+ that will create a record of the given type using the current
+ reader row.
+
+ The record type.
+
+
+
+ Writes primitives.
+
+
+
+
+ Initializes a new instance using the given writer.
+
+ The writer.
+
+
+
+ Creates a of type
+ that will write the given record using the current writer row.
+
+ The record type.
+ The record.
+
+
+
+ Base implementation for classes that create records.
+
+
+
+
+ The reader.
+
+
+
+
+ The expression manager.
+
+
+
+
+ Initializes a new instance using the given reader.
+
+ The reader.
+
+
+
+ Create a record of the given type using the current row.
+
+ The record type.
+
+
+
+ Create a record of the given type using the current row.
+
+ The record type.
+
+
+
+ Gets the delegate to create a record for the given record type.
+ If the delegate doesn't exist, one will be created and cached.
+
+ The record type.
+
+
+
+ Creates a of type
+ that will create a record of the given type using the current
+ reader row.
+
+ The record type.
+
+
+
+ Factory to create record creators.
+
+
+
+
+ Initializes a new instance using the given reader.
+
+ The reader.
+
+
+
+ Creates a record creator for the given record type.
+
+ The record type.
+
+
+
+ Hydrates members of an existing record.
+
+
+
+
+ Creates a new instance using the given reader.
+
+ The reader.
+
+
+
+ Hydrates members of the given record using the current reader row.
+
+ The record type.
+ The record.
+
+
+
+ Gets the action delegate used to hydrate a custom class object's members with data from the reader.
+
+ The record type.
+
+
+
+ Creates the action delegate used to hydrate a record's members with data from the reader.
+
+ The record type.
+
+
+
+ Manages record manipulation.
+
+
+
+
+ Initializes a new instance using the given reader.
+
+
+
+
+
+ Initializes a new instance using the given writer.
+
+ The writer.
+
+
+
+ Creates a record of the given type using the current reader row.
+
+ The type of record to create.
+
+
+
+ Creates a record of the given type using the current reader row.
+
+ The type of record to create.
+
+
+
+ Hydrates the given record using the current reader row.
+
+ The type of the record.
+ The record to hydrate.
+
+
+
+ Writes the given record to the current writer row.
+
+ The type of the record.
+ The record.
+
+
+
+ Base implementation for classes that write records.
+
+
+
+
+ Gets the writer.
+
+
+
+
+ The expression manager.
+
+
+
+
+ Initializes a new instance using the given writer.
+
+ The writer.
+
+
+
+ Writes the record to the current row.
+
+ Type of the record.
+ The record.
+
+
+
+ Gets the delegate to write the given record.
+ If the delegate doesn't exist, one will be created and cached.
+
+ The record type.
+ The record.
+
+
+
+ Creates a of type
+ that will write the given record using the current writer row.
+
+ The record type.
+ The record.
+
+
+
+ Combines the delegates into a single multicast delegate.
+ This is needed because Silverlight doesn't have the
+ Delegate.Combine( params Delegate[] ) overload.
+
+ The delegates to combine.
+ A multicast delegate combined from the given delegates.
+
+
+
+ Factory to create record writers.
+
+
+
+
+ Initializes a new instance using the given writer.
+
+ The writer.
+
+
+
+ Creates a new record writer for the given record.
+
+ The type of the record.
+ The record.
+
+
+
+ Creates CsvHelper classes.
+
+
+
+
+ Creates an .
+
+ The text reader to use for the csv parser.
+ The configuration to use for the csv parser.
+ The created parser.
+
+
+
+ Creates an .
+
+ The text reader to use for the csv parser.
+ The created parser.
+
+
+
+ Creates an .
+
+ The text reader to use for the csv reader.
+ The configuration to use for the reader.
+ The created reader.
+
+
+
+ Creates an .
+
+ The text reader to use for the csv reader.
+ The created reader.
+
+
+
+ Creates an .
+
+ The parser used to create the reader.
+ The created reader.
+
+
+
+ Creates an .
+
+ The text writer to use for the csv writer.
+ The configuration to use for the writer.
+ The created writer.
+
+
+
+ Creates an .
+
+ The text writer to use for the csv writer.
+ The created writer.
+
+
+
+ Access point for fluent interface to dynamically build a
+
+ Type you will be making a class map for
+ Options to further configure the
+
+
+
+ Defines methods used to create
+ CsvHelper classes.
+
+
+
+
+ Creates an .
+
+ The text reader to use for the csv parser.
+ The configuration to use for the csv parser.
+ The created parser.
+
+
+
+ Creates an .
+
+ The text reader to use for the csv parser.
+ The created parser.
+
+
+
+ Creates an .
+
+ The text reader to use for the csv reader.
+ The configuration to use for the reader.
+ The created reader.
+
+
+
+ Creates an .
+
+ The text reader to use for the csv reader.
+ The created reader.
+
+
+
+ Creates an .
+
+ The parser used to create the reader.
+ The created reader.
+
+
+
+ Creates an .
+
+ The text writer to use for the csv writer.
+ The configuration to use for the writer.
+ The created writer.
+
+
+
+ Creates an .
+
+ The text writer to use for the csv writer.
+ The created writer.
+
+
+
+ Provides a fluent interface for dynamically creating s
+
+ Type of class to map
+ Next available options
+
+
+
+ Defines methods used to read a field in a CSV file.
+
+
+
+
+ Gets the reading context.
+
+
+
+
+ Gets a value indicating if the buffer is empty.
+ True if the buffer is empty, otherwise false.
+
+
+
+
+ Fills the buffer.
+
+ True if there is more data left.
+ False if all the data has been read.
+
+
+
+ Fills the buffer asynchronously.
+
+ True if there is more data left.
+ False if all the data has been read.
+
+
+
+ Gets the next char as an .
+
+
+
+
+ Gets the field. This will append any reading progress.
+
+ The current field.
+
+
+
+ Appends the current reading progress.
+
+
+
+
+ Move's the buffer position according to the given offset.
+
+ The offset to move the buffer.
+
+
+
+ Sets the start of the field to the current buffer position.
+
+ An offset for the field start.
+ The offset should be less than 1.
+
+
+
+ Sets the end of the field to the current buffer position.
+
+ An offset for the field start.
+ The offset should be less than 1.
+
+
+
+ Sets the raw recodr start to the current buffer position;
+
+ An offset for the raw record start.
+ The offset should be less than 1.
+
+
+
+ Sets the raw record end to the current buffer position.
+
+ An offset for the raw record end.
+ The offset should be less than 1.
+
+
+
+ Defines the functionality of a class that creates objects
+ from a given type.
+
+
+
+
+ A value indicating if the resolver's
+ returns false that an object will still be created using
+ CsvHelper's object creation. True to fallback, otherwise false.
+ Default value is true.
+
+
+
+
+ A value indicating if the resolver is able to resolve
+ the given type. True if the type can be resolved,
+ otherwise false.
+
+
+
+
+ The function that creates an object from a given type.
+
+
+
+
+ Creates an object from the given type using the
+ function. If is false, the object will be
+ created using CsvHelper's default object creation. If
+ is false, an exception is thrown.
+
+ The type to create an instance from. The created object
+ may not be the same type as the given type.
+ Constructor arguments used to create the type.
+
+
+
+ Creates an object from the given type using the
+ function. If is false, the object will be
+ created using CsvHelper's default object creation. If
+ is false, an exception is thrown.
+
+ The type to create an instance from. The created object
+ may not be the same type as the given type.
+ Constructor arguments used to create the type.
+
+
+
+ Defines methods used the parse a CSV file.
+
+
+
+
+ Gets the reading context.
+
+
+
+
+ Gets the configuration.
+
+
+
+
+ Gets the .
+
+
+
+
+ Reads a record from the CSV file.
+
+ A of fields for the record read.
+
+
+
+ Reads a record from the CSV file asynchronously.
+
+ A of fields for the record read.
+
+
+
+ Defines methods used to read parsed data
+ from a CSV file.
+
+
+
+
+ Gets the parser.
+
+
+
+
+ Reads the header record without reading the first row.
+
+ True if there are more records, otherwise false.
+
+
+
+ Advances the reader to the next record. This will not read headers.
+ You need to call then
+ for the headers to be read.
+
+ True if there are more records, otherwise false.
+
+
+
+ Advances the reader to the next record. This will not read headers.
+ You need to call then
+ for the headers to be read.
+
+ True if there are more records, otherwise false.
+
+
+
+ Gets all the records in the CSV file and
+ converts each to T. The Read method
+ should not be used when using this.
+
+ The of the record.
+ An of records.
+
+
+
+ Gets all the records in the CSV file and converts
+ each to T. The read method
+ should not be used when using this.
+
+ The of the record.
+ The anonymous type definition to use for the records.
+ An of records.
+
+
+
+ Gets all the records in the CSV file and
+ converts each to T. The Read method
+ should not be used when using this.
+
+ The of the record.
+ An of records.
+
+
+
+ Enumerates the records hydrating the given record instance with row data.
+ The record instance is re-used and not cleared on each enumeration.
+ This only works for streaming rows. If any methods are called on the projection
+ that force the evaluation of the IEnumerable, such as ToList(), the entire list
+ will contain the same instance of the record, which is the last row.
+
+ The type of the record.
+ The record to fill each enumeration.
+ An of records.
+
+
+
+ Defines methods used to read parsed data
+ from a CSV file row.
+
+
+
+
+ Gets the reading context.
+
+
+
+
+ Gets or sets the configuration.
+
+
+
+
+ Gets the raw field at position (column) index.
+
+ The zero based index of the field.
+ The raw field.
+
+
+
+ Gets the raw field at position (column) name.
+
+ The named index of the field.
+ The raw field.
+
+
+
+ Gets the raw field at position (column) name.
+
+ The named index of the field.
+ The zero based index of the field.
+ The raw field.
+
+
+
+ Gets the raw field at position (column) index.
+
+ The zero based index of the field.
+ The raw field.
+
+
+
+ Gets the raw field at position (column) name.
+
+ The named index of the field.
+ The raw field.
+
+
+
+ Gets the raw field at position (column) name and the index
+ instance of that field. The index is used when there are
+ multiple columns with the same header name.
+
+ The named index of the field.
+ The zero based index of the instance of the field.
+ The raw field.
+
+
+
+ Gets the field converted to using
+ the specified .
+
+ The type of the field.
+ The index of the field.
+ The field converted to .
+
+
+
+ Gets the field converted to using
+ the specified .
+
+ The type of the field.
+ The named index of the field.
+ The field converted to .
+
+
+
+ Gets the field converted to using
+ the specified .
+
+ The type of the field.
+ The named index of the field.
+ The zero based index of the instance of the field.
+ The field converted to .
+
+
+
+ Gets the field converted to using
+ the specified .
+
+ The type of the field.
+ The index of the field.
+ The used to convert the field to .
+ The field converted to .
+
+
+
+ Gets the field converted to using
+ the specified .
+
+ The type of the field.
+ The named index of the field.
+ The used to convert the field to .
+ The field converted to .
+
+
+
+ Gets the field converted to using
+ the specified .
+
+ The type of the field.
+ The named index of the field.
+ The zero based index of the instance of the field.
+ The used to convert the field to .
+ The field converted to .
+
+
+
+ Gets the field converted to T at position (column) index.
+
+ The of the field.
+ The zero based index of the field.
+ The field converted to T.
+
+
+
+ Gets the field converted to T at position (column) name.
+
+ The of the field.
+ The named index of the field.
+ The field converted to T.
+
+
+
+ Gets the field converted to T at position
+ (column) name and the index instance of that field. The index
+ is used when there are multiple columns with the same header name.
+
+
+ The named index of the field.
+ The zero based index of the instance of the field.
+
+
+
+
+ Gets the field converted to T at position (column) index using
+ the given .
+
+ The of the field.
+ The zero based index of the field.
+ The used to convert the field to T.
+ The field converted to T.
+
+
+
+ Gets the field converted to T at position (column) name using
+ the given .
+
+ The of the field.
+ The named index of the field.
+ The used to convert the field to T.
+ The field converted to T.
+
+
+
+ Gets the field converted to T at position
+ (column) name and the index instance of that field. The index
+ is used when there are multiple columns with the same header name.
+
+ The of the field.
+ The named index of the field.
+ The zero based index of the instance of the field.
+ The used to convert the field to T.
+ The field converted to T.
+
+
+
+ Gets the field converted to T at position (column) index using
+ the given .
+
+ The of the field.
+ The used to convert the field to T.
+ The zero based index of the field.
+ The field converted to T.
+
+
+
+ Gets the field converted to T at position (column) name using
+ the given .
+
+ The of the field.
+ The used to convert the field to T.
+ The named index of the field.
+ The field converted to T.
+
+
+
+ Gets the field converted to T at position
+ (column) name and the index instance of that field. The index
+ is used when there are multiple columns with the same header name.
+
+ The of the field.
+ The used to convert the field to T.
+ The named index of the field.
+ The zero based index of the instance of the field.
+ The field converted to T.
+
+
+
+ Gets the field converted to T at position (column) index.
+
+ The of the field.
+ The zero based index of the field.
+ The field converted to type T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position (column) name.
+
+ The of the field.
+ The named index of the field.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position
+ (column) name and the index instance of that field. The index
+ is used when there are multiple columns with the same header name.
+
+ The of the field.
+ The named index of the field.
+ The zero based index of the instance of the field.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position (column) index
+ using the specified .
+
+ The of the field.
+ The zero based index of the field.
+ The used to convert the field to T.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position (column) name
+ using the specified .
+
+ The of the field.
+ The named index of the field.
+ The used to convert the field to T.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position (column) name
+ using the specified .
+
+ The of the field.
+ The named index of the field.
+ The zero based index of the instance of the field.
+ The used to convert the field to T.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position (column) index.
+
+ The of the field.
+ The zero based index of the field.
+ The field converted to type T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position (column) name.
+
+ The of the field.
+ The named index of the field.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position
+ (column) name and the index instance of that field. The index
+ is used when there are multiple columns with the same header name.
+
+
+ The named index of the field.
+ The zero based index of the instance of the field.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position (column) index
+ using the specified .
+
+ The of the field.
+ The zero based index of the field.
+ The used to convert the field to T.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position (column) name
+ using the specified .
+
+ The of the field.
+ The named index of the field.
+ The used to convert the field to T.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position (column) name
+ using the specified .
+
+ The of the field.
+ The named index of the field.
+ The zero based index of the instance of the field.
+ The used to convert the field to T.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position (column) index
+ using the specified .
+
+ The of the field.
+ The used to convert the field to T.
+ The zero based index of the field.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position (column) name
+ using the specified .
+
+ The of the field.
+ The used to convert the field to T.
+ The named index of the field.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the field converted to T at position (column) name
+ using the specified .
+
+ The of the field.
+ The used to convert the field to T.
+ The named index of the field.
+ The zero based index of the instance of the field.
+ The field converted to T.
+ A value indicating if the get was successful.
+
+
+
+ Gets the record converted into T.
+
+ The of the record.
+ The record converted to T.
+
+
+
+ Get the record converted into T.
+
+ The of the record.
+ The anonymous type definition to use for the record.
+ The record converted to T.
+
+
+
+ Gets the record.
+
+ The of the record.
+ The record.
+
+
+
+ Defines methods used to serialize data into a CSV file.
+
+
+
+
+ Gets the writing context.
+
+
+
+
+ Gets the configuration.
+
+
+
+
+ Writes a record to the CSV file.
+
+ The record to write.
+
+
+
+ Writes a record to the CSV file.
+
+ The record to write.
+
+
+
+ Writes a new line to the CSV file.
+
+
+
+
+ Writes a new line to the CSV file.
+
+
+
+
+ Defines methods used to write to a CSV file.
+
+
+
+
+ Serializes the row to the .
+
+
+
+
+ Serializes the row to the .
+
+
+
+
+ Ends writing of the current record and starts a new record.
+ This automatically flushes the writer.
+
+
+
+
+ Ends writing of the current record and starts a new record.
+ This automatically flushes the writer.
+
+
+
+
+ Writes the list of records to the CSV file.
+
+ The list of records to write.
+
+
+
+ Writes the list of records to the CSV file.
+
+ Record type.
+ The list of records to write.
+
+
+
+ Defines methods used to write a CSV row.
+
+
+
+
+ Gets the writing context.
+
+
+
+
+ Gets or sets the configuration.
+
+
+
+
+ Writes a field that has already been converted to a
+ from an .
+ If the field is null, it won't get written. A type converter
+ will always return a string, even if field is null. If the
+ converter returns a null, it means that the converter has already
+ written data, and the returned value should not be written.
+
+ The converted field to write.
+
+
+
+ Writes the field to the CSV file. The field
+ may get quotes added to it.
+ When all fields are written for a record,
+ must be called
+ to complete writing of the current record.
+
+ The field to write.
+
+
+
+ Writes the field to the CSV file. This will
+ ignore any need to quote and ignore the
+
+ and just quote based on the shouldQuote
+ parameter.
+ When all fields are written for a record,
+ must be called
+ to complete writing of the current record.
+
+ The field to write.
+ True to quote the field, otherwise false.
+
+
+
+ Writes the field to the CSV file.
+ When all fields are written for a record,
+ must be called
+ to complete writing of the current record.
+
+ The type of the field.
+ The field to write.
+
+
+
+ Writes the field to the CSV file.
+ When all fields are written for a record,
+ must be called
+ to complete writing of the current record.
+
+ The type of the field.
+ The field to write.
+ The converter used to convert the field into a string.
+
+
+
+ Writes the field to the CSV file
+ using the given .
+ When all fields are written for a record,
+ must be called
+ to complete writing of the current record.
+
+ The type of the field.
+ The type of the converter.
+ The field to write.
+
+
+
+ Writes a comment.
+
+ The comment to write.
+
+
+
+ Writes the header record from the given members.
+
+ The type of the record.
+
+
+
+ Writes the header record from the given members.
+
+ The type of the record.
+
+
+
+ Writes the record to the CSV file.
+
+ The type of the record.
+ The record to write.
+
+
+
+ Represents an error caused because a field is missing
+ in the header while reading a CSV file.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The reading context.
+
+
+
+ Initializes a new instance of the class
+ with a specified error message.
+
+ The reading context.
+ The message that describes the error.
+
+
+
+ Initializes a new instance of the class
+ with a specified error message and a reference to the inner exception that
+ is the cause of this exception.
+
+ The reading context.
+ The error message that explains the reason for the exception.
+ The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
+
+
+
+ Creates objects from a given type.
+
+
+
+
+ Gets or sets the current resolver.
+
+
+
+
+ A value indicating if the resolver's
+ returns false that an object will still be created using
+ CsvHelper's object creation. True to fallback, otherwise false.
+ Default value is true.
+
+
+
+
+ A function that returns a value indicating if the resolver
+ is able to resolve the given type. True if the type can be
+ resolved, otherwise false.
+
+
+
+
+ The function that creates an object from a given type.
+
+
+
+
+ Creates an instance of the object resolver using default values.
+
+
+
+
+ Creates an instance of the object resolver using the given can create function
+ and creat function.
+
+ A function that returns a value indicating if the resolver
+ is able to resolve the given type. True if the type can be
+ resolved, otherwise false.
+ The function that creates an object from a given type.
+ A value indicating if the resolver's
+ returns false that an object will still be created using
+ CsvHelper's object creation. True to fallback, otherwise false.
+ Default value is true.
+
+
+
+ Creates an object from the given type using the
+ function. If is false, the object will be
+ created using CsvHelper's default object creation. If
+ is false, an exception is thrown.
+
+ The type to create an instance from. The created object
+ may not be the same type as the given type.
+ Constructor arguments used to create the type.
+
+
+
+ Creates an object from the given type using the
+ function. If is false, the object will be
+ created using CsvHelper's default object creation. If
+ is false, an exception is thrown.
+
+ The type to create an instance from. The created object
+ may not be the same type as the given type.
+ Constructor arguments used to create the type.
+
+
+
+ Represents errors that occur while parsing a CSV file.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The reading context.
+
+
+
+ Initializes a new instance of the class
+ with a specified error message.
+
+ The reading context.
+ The message that describes the error.
+
+
+
+ Initializes a new instance of the class
+ with a specified error message and a reference to the inner exception that
+ is the cause of this exception.
+
+ The reading context.
+ The error message that explains the reason for the exception.
+ The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
+
+
+
+ Represents errors that occur while reading a CSV file.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The reading context.
+
+
+
+ Initializes a new instance of the class
+ with a specified error message.
+
+ The reading context.
+ The message that describes the error.
+
+
+
+ Initializes a new instance of the class
+ with a specified error message and a reference to the inner exception that
+ is the cause of this exception.
+
+ The reading context.
+ The error message that explains the reason for the exception.
+ The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
+
+
+
+ CSV reading state.
+
+
+
+
+ Gets the raw record builder.
+
+
+
+
+ Gets the field builder.
+
+
+
+
+ Gets the record builder.
+
+
+
+
+ Gets the named indexes.
+
+
+
+
+ Getse the named indexes cache.
+
+
+
+
+ Gets the type converter options cache.
+
+
+
+
+ Gets the create record functions.
+
+
+
+
+ Gets the hydrate record actions.
+
+
+
+
+ Gets the reusable member map data.
+
+
+
+
+ Gets the that is read from.
+
+
+
+
+ Gets a value indicating if the
+ should be left open when disposing.
+
+
+
+
+ Gets the buffer used to store data from the .
+
+
+
+
+ Gets the buffer position.
+
+
+
+
+ Gets the field start position.
+
+
+
+
+ Gets the field end position.
+
+
+
+
+ Gets the raw record start position.
+
+
+
+
+ Gets the raw record end position.
+
+
+
+
+ Gets the number of characters read from the .
+
+
+
+
+ Gets the character position.
+
+
+
+
+ Gets the byte position.
+
+
+
+
+ Gets a value indicating if the field is bad.
+ True if the field is bad, otherwise false.
+ A field is bad if a quote is found in a field
+ that isn't escaped.
+
+
+
+
+ Gets the record.
+
+
+
+
+ Gets the row of the CSV file that the parser is currently on.
+
+
+
+
+ Gets the row of the CSV file that the parser is currently on.
+ This is the actual file row.
+
+
+
+
+ Gets a value indicating if reading has begun.
+
+
+
+
+ Gets the header record.
+
+
+
+
+ Gets the current index.
+
+
+
+
+ Gets the column count.
+
+
+
+
+ Gets the configuration.
+
+
+
+
+ Gets the configuration.
+
+
+
+
+ Gets all the characters of the record including
+ quotes, delimeters, and line endings.
+
+
+
+
+ Gets the field.
+
+
+
+
+ Initializes a new instance.
+
+ The reader.
+ The configuration.
+ A value indicating if the TextReader should be left open when disposing.
+
+
+
+ Clears the specified caches.
+
+ The caches to clear.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+ 2
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+ True if the instance needs to be disposed of.
+
+
+
+ Builds CSV records.
+
+
+
+
+ The number of records.
+
+
+
+
+ The total record capacity.
+
+
+
+
+ Creates a new using defaults.
+
+
+
+
+ Creatse a new using the given capacity.
+
+ The initial capacity.
+
+
+
+ Adds a new field to the .
+
+ The field to add.
+ The current instance of the .
+
+
+
+ Clears the records.
+
+ The current instance of the .
+
+
+
+ Returns the record as an .
+
+ The record as an .
+
+
+
+ Extensions to help with reflection.
+
+
+
+
+ Gets the type from the member.
+
+ The member to get the type from.
+ The type.
+
+
+
+ Gets a member expression for the member.
+
+ The member to get the expression for.
+ The member expression.
+ The member expression.
+
+
+
+ Gets a value indicating if the given type is anonymous.
+ True for anonymous, otherwise false.
+
+ The type.
+
+
+
+ Gets a value indicating if the given type has a parameterless constructor.
+ True if it has a parameterless constructor, otherwise false.
+
+ The type.
+
+
+
+ Gets a value indicating if the given type has any constructors.
+
+ The type.
+
+
+
+ Gets the constructor that contains the most parameters.
+
+ The type.
+
+
+
+ Gets a value indicating if the type is a user defined struct.
+ True if it is a user defined struct, otherwise false.
+
+ The type.
+
+
+
+ Common reflection tasks.
+
+
+
+
+ Creates an instance of type T using the current .
+
+ The type of instance to create.
+ The constructor arguments.
+ A new instance of type T.
+
+
+
+ Creates an instance of the specified type using the current .
+
+ The type of instance to create.
+ The constructor arguments.
+ A new instance of the specified type.
+
+
+
+ Creates an instance of the specified type without using the
+ current .
+
+ The type of instance to create.
+ The constructor arguments.
+ A new instance of the specified type.
+
+
+
+ Gets the from the type where the property was declared.
+
+ The type the property belongs to.
+ The property to search.
+ Flags for how the property is retrieved.
+
+
+
+ Gets the property from the expression.
+
+ The type of the model.
+ The type of the property.
+ The expression.
+ The for the expression.
+
+
+
+ Gets the member inheritance chain as a stack.
+
+ The type of the model.
+ The type of the property.
+ The member expression.
+ The inheritance chain for the given member expression as a stack.
+
+
+
+ Converts an to and from a .
+
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts a to and from a .
+
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts a to and from a .
+
+
+
+
+ Creates a new ByteArrayConverter using the given .
+
+ The options.
+
+
+
+ Converts the object to a string.
+
+ The object to convert to a string.
+ The for the current record.
+ The for the member being written.
+ The string representation of the object.
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Options for converting byte arrays.
+
+
+
+
+ No options.
+
+
+
+
+ Hexadecimal encoding.
+
+
+
+
+ Base64 encoding.
+
+
+
+
+ Use dashes in between hex values.
+
+
+
+
+ Prefix hex number with 0x.
+
+
+
+
+ Converts a to and from a .
+
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts a to and from a .
+
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts a to and from a .
+
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts a to and from a .
+
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts a to and from a .
+
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts a to and from a .
+
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts an to and from a .
+
+
+
+
+ Converts the object to a string.
+
+ The object to convert to a string.
+ The for the current record.
+ The for the member being written.
+ The string representation of the object.
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts a to and from a .
+
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts an to and from a .
+
+
+
+
+ Creates a new for the given .
+
+ The type of the Enum.
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Throws an exception when used. This is here so that it's apparent
+ that there is no support for type coversion. A custom
+ converter will need to be created to have a field convert to and
+ from an IEnumerable.
+
+
+
+
+ Throws an exception.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Throws an exception.
+
+ The object to convert to a string.
+ The for the current record.
+ The for the member being written.
+ The string representation of the object.
+
+
+
+ Converts a to and from a .
+
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts an to and from a .
+
+
+
+
+ Converts the object to a string.
+
+ The object to convert to a string.
+ The for the current record.
+ The for the member being written.
+ The string representation of the object.
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts an to and from a .
+
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts an to and from a .
+
+
+
+
+ Converts the object to a string.
+
+ The object to convert to a string.
+
+
+ The string representation of the object.
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts an to and from a .
+
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts a to and from a .
+
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts an to and from a .
+
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts an to and from a .
+
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts objects to and from strings.
+
+
+
+
+ Converts the object to a string.
+
+ The object to convert to a string.
+ The for the current record.
+ The for the member being written.
+ The string representation of the object.
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts a to and from a .
+
+
+
+
+ Gets the type of the nullable.
+
+
+ The type of the nullable.
+
+
+
+
+ Gets the underlying type of the nullable.
+
+
+ The underlying type.
+
+
+
+
+ Gets the type converter for the underlying type.
+
+
+ The type converter.
+
+
+
+
+ Creates a new for the given .
+
+ The nullable type.
+ The type converter factory.
+ type is not a nullable type.
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts the object to a string.
+
+ The object to convert to a string.
+
+
+ The string representation of the object.
+
+
+
+ Converts a to and from a .
+
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts a to and from a .
+
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts a to and from a .
+
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts a to and from a .
+
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Caches s for a given type.
+
+
+
+
+ Initializes the class.
+
+
+
+
+ Adds the for the given .
+
+ The type the converter converts.
+ The type converter that converts the type.
+
+
+
+ Adds the for the given .
+
+ The type the converter converts.
+ The type converter that converts the type.
+
+
+
+ Removes the for the given .
+
+ The type to remove the converter for.
+
+
+
+ Removes the for the given .
+
+ The type to remove the converter for.
+
+
+
+ Gets the converter for the given .
+
+ The type to get the converter for.
+ The for the given .
+
+
+
+ Gets the converter for the given .
+
+ The type to get the converter for.
+ The for the given .
+
+
+
+ Represents errors that occur while reading a CSV file.
+
+
+
+
+ The text used in ConvertFromString.
+
+
+
+
+ The value used in ConvertToString.
+
+
+
+
+ The type converter.
+
+
+
+
+ The member map data used in ConvertFromString and ConvertToString.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The type converter.
+ The member map data.
+ The text.
+ The reading context.
+
+
+
+ Initializes a new instance of the class.
+
+ The type converter.
+ The member map data.
+ The value.
+ The writing context.
+
+
+
+ Initializes a new instance of the class
+ with a specified error message.
+
+ The type converter.
+ The member map data.
+ The text.
+ The reading context.
+ The message that describes the error.
+
+
+
+ Initializes a new instance of the class
+ with a specified error message.
+
+ The type converter.
+ The member map data.
+ The value.
+ The writing context.
+ The message that describes the error.
+
+
+
+ Initializes a new instance of the class
+ with a specified error message and a reference to the inner exception that
+ is the cause of this exception.
+
+ The type converter.
+ The member map data.
+ The text.
+ The reading context.
+ The error message that explains the reason for the exception.
+ The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
+
+
+
+ Initializes a new instance of the class
+ with a specified error message and a reference to the inner exception that
+ is the cause of this exception.
+
+ The type converter.
+ The member map data.
+ The value.
+ The writing context.
+ The error message that explains the reason for the exception.
+ The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
+
+
+
+ Options used when doing type conversion.
+
+
+
+
+ Gets or sets the culture info.
+
+
+
+
+ Gets or sets the date time style.
+
+
+
+
+ Gets or sets the time span style.
+
+
+
+
+ Gets or sets the number style.
+
+
+
+
+ Gets or sets the string format.
+
+
+
+
+ Gets the list of values that can be
+ used to represent a boolean of true.
+
+
+
+
+ Gets the list of values that can be
+ used to represent a boolean of false.
+
+
+
+
+ Gets the list of values that can be used to represent a null value.
+
+
+
+
+ Merges TypeConverterOptions by applying the values of sources in order on to each other.
+ The first object is the source object.
+
+ The sources that will be applied.
+ The updated source object.
+
+
+
+ Caches for a given type.
+
+
+
+
+ Adds the for the given .
+
+ The type the options are for.
+ The options.
+
+
+
+ Adds the for the given .
+
+ The type the options are for.
+ The options.
+
+
+
+ Removes the for the given type.
+
+ The type to remove the options for.
+
+
+
+ Removes the for the given type.
+
+ The type to remove the options for.
+
+
+
+ Get the for the given .
+
+ The type the options are for.
+ The options for the given type.
+
+
+
+ Get the for the given .
+
+ The type the options are for.
+ The options for the given type.
+
+
+
+ Converts a to and from a .
+
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts a to and from a .
+
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Converts a to and from a .
+
+
+
+
+ Converts the string to an object.
+
+ The string to convert to an object.
+ The for the current record.
+ The for the member being created.
+ The object created from the string.
+
+
+
+ Represents a user supplied validation failure.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The reading context.
+
+
+
+ Initializes a new instance of the class
+ with a specified error message.
+
+ The reading context.
+ The message that describes the error.
+
+
+
+ Initializes a new instance of the class
+ with a specified error message and a reference to the inner exception that
+ is the cause of this exception.
+
+ The reading context.
+ The error message that explains the reason for the exception.
+ The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
+
+
+
+ Represents errors that occur while writing a CSV file.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The writing context.
+
+
+
+ Initializes a new instance of the class
+ with a specified error message.
+
+ The writing context.
+ The message that describes the error.
+
+
+
+ Initializes a new instance of the class
+ with a specified error message and a reference to the inner exception that
+ is the cause of this exception.
+
+ The writing context.
+ The error message that explains the reason for the exception.
+ The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
+
+
+
+ CSV writing state.
+
+
+
+
+ Gets the type actions.
+
+
+
+
+ Gets the type converter options.
+
+
+
+
+ Gets or sets the reusable member map data.
+
+
+
+
+ Gets the writer configuration.
+
+
+
+
+ Gets the serializer configuration.
+
+
+
+
+ Gets the .
+
+
+
+
+ Gets a value indicating if the
+ should be left open when disposing.
+
+
+
+
+ Gets the current row.
+
+
+
+
+ Get the current record;
+
+
+
+
+ Gets a value indicating if the header has been written.
+
+
+
+
+ Gets a value indicating if a record has been written.
+
+
+
+
+ Initializes a new instance.
+
+ The writer.
+ The configuration.
+ A value indicating if the TextWriter should be left open.
+
+
+
+ Clears the specified caches.
+
+ The caches to clear.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+ 2
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+ True if the instance needs to be disposed of.
+
+
+
diff --git a/packages/Microsoft.CSharp.4.5.0/.signature.p7s b/packages/Microsoft.CSharp.4.5.0/.signature.p7s
new file mode 100644
index 00000000..e79f5ea6
Binary files /dev/null and b/packages/Microsoft.CSharp.4.5.0/.signature.p7s differ
diff --git a/packages/System.Runtime.CompilerServices.Unsafe.4.5.0/LICENSE.TXT b/packages/Microsoft.CSharp.4.5.0/LICENSE.TXT
similarity index 100%
rename from packages/System.Runtime.CompilerServices.Unsafe.4.5.0/LICENSE.TXT
rename to packages/Microsoft.CSharp.4.5.0/LICENSE.TXT
diff --git a/packages/Microsoft.CSharp.4.5.0/Microsoft.CSharp.4.5.0.nupkg b/packages/Microsoft.CSharp.4.5.0/Microsoft.CSharp.4.5.0.nupkg
new file mode 100644
index 00000000..2eed971f
Binary files /dev/null and b/packages/Microsoft.CSharp.4.5.0/Microsoft.CSharp.4.5.0.nupkg differ
diff --git a/packages/System.Runtime.CompilerServices.Unsafe.4.5.0/THIRD-PARTY-NOTICES.TXT b/packages/Microsoft.CSharp.4.5.0/THIRD-PARTY-NOTICES.TXT
similarity index 100%
rename from packages/System.Runtime.CompilerServices.Unsafe.4.5.0/THIRD-PARTY-NOTICES.TXT
rename to packages/Microsoft.CSharp.4.5.0/THIRD-PARTY-NOTICES.TXT
diff --git a/packages/System.Runtime.CompilerServices.Unsafe.4.5.0/lib/uap10.0.16300/_._ b/packages/Microsoft.CSharp.4.5.0/lib/MonoAndroid10/_._
similarity index 100%
rename from packages/System.Runtime.CompilerServices.Unsafe.4.5.0/lib/uap10.0.16300/_._
rename to packages/Microsoft.CSharp.4.5.0/lib/MonoAndroid10/_._
diff --git a/packages/System.Runtime.CompilerServices.Unsafe.4.5.0/ref/uap10.0.16300/_._ b/packages/Microsoft.CSharp.4.5.0/lib/MonoTouch10/_._
similarity index 100%
rename from packages/System.Runtime.CompilerServices.Unsafe.4.5.0/ref/uap10.0.16300/_._
rename to packages/Microsoft.CSharp.4.5.0/lib/MonoTouch10/_._
diff --git a/packages/System.Runtime.CompilerServices.Unsafe.4.5.0/useSharedDesignerContext.txt b/packages/Microsoft.CSharp.4.5.0/lib/net45/_._
similarity index 100%
rename from packages/System.Runtime.CompilerServices.Unsafe.4.5.0/useSharedDesignerContext.txt
rename to packages/Microsoft.CSharp.4.5.0/lib/net45/_._
diff --git a/packages/Microsoft.CSharp.4.5.0/lib/netcore50/Microsoft.CSharp.dll b/packages/Microsoft.CSharp.4.5.0/lib/netcore50/Microsoft.CSharp.dll
new file mode 100644
index 00000000..bb2848a7
Binary files /dev/null and b/packages/Microsoft.CSharp.4.5.0/lib/netcore50/Microsoft.CSharp.dll differ
diff --git a/packages/Microsoft.CSharp.4.5.0/lib/netcoreapp2.0/_._ b/packages/Microsoft.CSharp.4.5.0/lib/netcoreapp2.0/_._
new file mode 100644
index 00000000..e69de29b
diff --git a/packages/Microsoft.CSharp.4.5.0/lib/netstandard1.3/Microsoft.CSharp.dll b/packages/Microsoft.CSharp.4.5.0/lib/netstandard1.3/Microsoft.CSharp.dll
new file mode 100644
index 00000000..bb2848a7
Binary files /dev/null and b/packages/Microsoft.CSharp.4.5.0/lib/netstandard1.3/Microsoft.CSharp.dll differ
diff --git a/packages/Microsoft.CSharp.4.5.0/lib/netstandard2.0/Microsoft.CSharp.dll b/packages/Microsoft.CSharp.4.5.0/lib/netstandard2.0/Microsoft.CSharp.dll
new file mode 100644
index 00000000..dc53c7cc
Binary files /dev/null and b/packages/Microsoft.CSharp.4.5.0/lib/netstandard2.0/Microsoft.CSharp.dll differ
diff --git a/packages/Microsoft.CSharp.4.5.0/lib/portable-net45+win8+wp8+wpa81/_._ b/packages/Microsoft.CSharp.4.5.0/lib/portable-net45+win8+wp8+wpa81/_._
new file mode 100644
index 00000000..e69de29b
diff --git a/packages/Microsoft.CSharp.4.5.0/lib/uap10.0.16299/_._ b/packages/Microsoft.CSharp.4.5.0/lib/uap10.0.16299/_._
new file mode 100644
index 00000000..e69de29b
diff --git a/packages/Microsoft.CSharp.4.5.0/lib/win8/_._ b/packages/Microsoft.CSharp.4.5.0/lib/win8/_._
new file mode 100644
index 00000000..e69de29b
diff --git a/packages/Microsoft.CSharp.4.5.0/lib/wp80/_._ b/packages/Microsoft.CSharp.4.5.0/lib/wp80/_._
new file mode 100644
index 00000000..e69de29b
diff --git a/packages/Microsoft.CSharp.4.5.0/lib/wpa81/_._ b/packages/Microsoft.CSharp.4.5.0/lib/wpa81/_._
new file mode 100644
index 00000000..e69de29b
diff --git a/packages/Microsoft.CSharp.4.5.0/lib/xamarinios10/_._ b/packages/Microsoft.CSharp.4.5.0/lib/xamarinios10/_._
new file mode 100644
index 00000000..e69de29b
diff --git a/packages/Microsoft.CSharp.4.5.0/lib/xamarinmac20/_._ b/packages/Microsoft.CSharp.4.5.0/lib/xamarinmac20/_._
new file mode 100644
index 00000000..e69de29b
diff --git a/packages/Microsoft.CSharp.4.5.0/lib/xamarintvos10/_._ b/packages/Microsoft.CSharp.4.5.0/lib/xamarintvos10/_._
new file mode 100644
index 00000000..e69de29b
diff --git a/packages/Microsoft.CSharp.4.5.0/lib/xamarinwatchos10/_._ b/packages/Microsoft.CSharp.4.5.0/lib/xamarinwatchos10/_._
new file mode 100644
index 00000000..e69de29b
diff --git a/packages/Microsoft.CSharp.4.5.0/ref/MonoAndroid10/_._ b/packages/Microsoft.CSharp.4.5.0/ref/MonoAndroid10/_._
new file mode 100644
index 00000000..e69de29b
diff --git a/packages/Microsoft.CSharp.4.5.0/ref/MonoTouch10/_._ b/packages/Microsoft.CSharp.4.5.0/ref/MonoTouch10/_._
new file mode 100644
index 00000000..e69de29b
diff --git a/packages/Microsoft.CSharp.4.5.0/ref/net45/_._ b/packages/Microsoft.CSharp.4.5.0/ref/net45/_._
new file mode 100644
index 00000000..e69de29b
diff --git a/packages/Microsoft.CSharp.4.5.0/ref/netcore50/Microsoft.CSharp.dll b/packages/Microsoft.CSharp.4.5.0/ref/netcore50/Microsoft.CSharp.dll
new file mode 100644
index 00000000..3e2c0491
Binary files /dev/null and b/packages/Microsoft.CSharp.4.5.0/ref/netcore50/Microsoft.CSharp.dll differ
diff --git a/packages/Microsoft.CSharp.4.5.0/ref/netcore50/Microsoft.CSharp.xml b/packages/Microsoft.CSharp.4.5.0/ref/netcore50/Microsoft.CSharp.xml
new file mode 100644
index 00000000..24b5eba4
--- /dev/null
+++ b/packages/Microsoft.CSharp.4.5.0/ref/netcore50/Microsoft.CSharp.xml
@@ -0,0 +1,190 @@
+
+
+
+ Microsoft.CSharp
+
+
+
+ Contains factory methods to create dynamic call site binders for CSharp.
+
+
+ Initializes a new CSharp binary operation binder.
+ Returns a new CSharp binary operation binder.
+ The flags with which to initialize the binder.
+ The binary operation kind.
+ The that indicates where this operation is used.
+ The sequence of instances for the arguments to this operation.
+
+
+ Initializes a new CSharp convert binder.
+ Returns a new CSharp convert binder.
+ The flags with which to initialize the binder.
+ The type to convert to.
+ The that indicates where this operation is used.
+
+
+ Initializes a new CSharp get index binder.
+ Returns a new CSharp get index binder.
+ The flags with which to initialize the binder.
+ The that indicates where this operation is used.
+ The sequence of instances for the arguments to this operation.
+
+
+ Initializes a new CSharp get member binder.
+ Returns a new CSharp get member binder.
+ The flags with which to initialize the binder.
+ The name of the member to get.
+ The that indicates where this operation is used.
+ The sequence of instances for the arguments to this operation.
+
+
+ Initializes a new CSharp invoke binder.
+ Returns a new CSharp invoke binder.
+ The flags with which to initialize the binder.
+ The that indicates where this operation is used.
+ The sequence of instances for the arguments to this operation.
+
+
+ Initializes a new CSharp invoke constructor binder.
+ Returns a new CSharp invoke constructor binder.
+ The flags with which to initialize the binder.
+ The that indicates where this operation is used.
+ The sequence of instances for the arguments to this operation.
+
+
+ Initializes a new CSharp invoke member binder.
+ Returns a new CSharp invoke member binder.
+ The flags with which to initialize the binder.
+ The name of the member to invoke.
+ The list of type arguments specified for this invoke.
+ The that indicates where this operation is used.
+ The sequence of instances for the arguments to this operation.
+
+
+ Initializes a new CSharp is event binder.
+ Returns a new CSharp is event binder.
+ The flags with which to initialize the binder.
+ The name of the event to look for.
+ The that indicates where this operation is used.
+
+
+ Initializes a new CSharp set index binder.
+ Returns a new CSharp set index binder.
+ The flags with which to initialize the binder.
+ The that indicates where this operation is used.
+ The sequence of instances for the arguments to this operation.
+
+
+ Initializes a new CSharp set member binder.
+ Returns a new CSharp set member binder.
+ The flags with which to initialize the binder.
+ The name of the member to set.
+ The that indicates where this operation is used.
+ The sequence of instances for the arguments to this operation.
+
+
+ Initializes a new CSharp unary operation binder.
+ Returns a new CSharp unary operation binder.
+ The flags with which to initialize the binder.
+ The unary operation kind.
+ The that indicates where this operation is used.
+ The sequence of instances for the arguments to this operation.
+
+
+ Represents information about C# dynamic operations that are specific to particular arguments at a call site. Instances of this class are generated by the C# compiler.
+
+
+ Initializes a new instance of the class.
+ A new instance of the class.
+ The flags for the argument.
+ The name of the argument, if named; otherwise null.
+
+
+ Represents information about C# dynamic operations that are specific to particular arguments at a call site. Instances of this class are generated by the C# compiler.
+
+
+ The argument is a constant.
+
+
+ The argument is passed to an out parameter.
+
+
+ The argument is passed to a ref parameter.
+
+
+ The argument is a indicating an actual type name used in source. Used only for target objects in static calls.
+
+
+ The argument is a named argument.
+
+
+ No additional information to represent.
+
+
+ The argument's compile-time type should be considered during binding.
+
+
+ Represents information about C# dynamic operations that are not specific to particular arguments at a call site. Instances of this class are generated by the C# compiler.
+
+
+ The binder represents a logical AND or logical OR that is part of a conditional logical operator evaluation.
+
+
+ The evaluation of this binder happens in a checked context.
+
+
+ The binder represents an implicit conversion for use in an array creation expression.
+
+
+ The binder represents an explicit conversion.
+
+
+ The binder represents an invoke on a simple name.
+
+
+ The binder represents an invoke on a specialname.
+
+
+ There is no additional information required for this binder.
+
+
+ The binder is used in a position that does not require a result, and can therefore bind to a void returning method.
+
+
+ The result of any bind is going to be indexed get a set index or get index binder.
+
+
+ The value in this set index or set member comes a compound assignment operator.
+
+
+ Represents an error that occurs when a dynamic bind in the C# runtime binder is processed.
+
+
+ Initializes a new instance of the class.
+
+
+ Initializes a new instance of the class that has a specified error message.
+ The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.
+
+
+ Initializes a new instance of the class that has a specified error message and a reference to the inner exception that is the cause of this exception.
+ The error message that explains the reason for the exception.
+ The exception that is the cause of the current exception, or a null reference if no inner exception is specified.
+
+
+ Represents an error that occurs when a dynamic bind in the C# runtime binder is processed.
+
+
+ Initializes a new instance of the class with a system-supplied message that describes the error.
+
+
+ Initializes a new instance of the class with a specified message that describes the error.
+ The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.
+
+
+ Initializes a new instance of the class that has a specified error message and a reference to the inner exception that is the cause of this exception.
+ The error message that explains the reason for the exception.
+ The exception that is the cause of the current exception, or a null reference if no inner exception is specified.
+
+
+
\ No newline at end of file
diff --git a/packages/Microsoft.CSharp.4.5.0/ref/netcore50/de/Microsoft.CSharp.xml b/packages/Microsoft.CSharp.4.5.0/ref/netcore50/de/Microsoft.CSharp.xml
new file mode 100644
index 00000000..5e90c8c4
--- /dev/null
+++ b/packages/Microsoft.CSharp.4.5.0/ref/netcore50/de/Microsoft.CSharp.xml
@@ -0,0 +1,190 @@
+
+
+
+ Microsoft.CSharp
+
+
+
+ Enthält Factorymethoden zum Erstellen dynamischer Aufrufsitebinder für CSharp.
+
+
+ Initialisiert einen neuen Binder für binäre CSharp-Vorgänge.
+ Gibt einen neuen Binder für binäre CSharp-Vorgänge zurück.
+ Die Flags, mit denen der Binder initialisiert werden soll.
+ Die Art des binären Vorgangs.
+ Der , der angibt, an welcher Position dieser Vorgang verwendet wird.
+ Die Sequenz von -Instanzen für die Argumente dieses Vorgangs.
+
+
+ Initialisiert einen neuen CSharp-Konvertierungsbinder.
+ Gibt einen neuen CSharp-Konvertierungsbinder zurück.
+ Die Flags, mit denen der Binder initialisiert werden soll.
+ Der Typ, in den konvertiert werden soll.
+ Der , der angibt, an welcher Position dieser Vorgang verwendet wird.
+
+
+ Initialisiert einen neuen Binder zum Abrufen von CSharp-Indizes.
+ Gibt einen neuen Binder zum Abrufen von CSharp-Indizes zurück.
+ Die Flags, mit denen der Binder initialisiert werden soll.
+ Der , der angibt, an welcher Position dieser Vorgang verwendet wird.
+ Die Sequenz von -Instanzen für die Argumente dieses Vorgangs.
+
+
+ Initialisiert einen neuen Binder zum Abrufen von CSharp-Membern.
+ Gibt einen neuen Binder zum Abrufen von CSharp-Membern zurück.
+ Die Flags, mit denen der Binder initialisiert werden soll.
+ Der Name des abzurufenden Members.
+ Der , der angibt, an welcher Position dieser Vorgang verwendet wird.
+ Die Sequenz von -Instanzen für die Argumente dieses Vorgangs.
+
+
+ Initialisiert einen neuen CSharp-Aufrufbinder.
+ Gibt einen neuen CSharp-Aufrufbinder zurück.
+ Die Flags, mit denen der Binder initialisiert werden soll.
+ Der , der angibt, an welcher Position dieser Vorgang verwendet wird.
+ Die Sequenz von -Instanzen für die Argumente dieses Vorgangs.
+
+
+ Initialisiert einen neuen CSharp-Aufrufkonstruktorbinder.
+ Gibt einen neuen CSharp-Aufrufkonstruktorbinder zurück.
+ Die Flags, mit denen der Binder initialisiert werden soll.
+ Der , der angibt, an welcher Position dieser Vorgang verwendet wird.
+ Die Sequenz von -Instanzen für die Argumente dieses Vorgangs.
+
+
+ Initialisiert einen neuen CSharp-Aufrufmemberbinder.
+ Gibt einen neuen CSharp-Aufrufmemberbinder zurück.
+ Die Flags, mit denen der Binder initialisiert werden soll.
+ Der Name des aufzurufenden Members.
+ Die Liste der für diesen Aufruf angegebenen Typargumente.
+ Der , der angibt, an welcher Position dieser Vorgang verwendet wird.
+ Die Sequenz von -Instanzen für die Argumente dieses Vorgangs.
+
+
+ Initialisiert einen neuen CSharp-ist-Ereignis-Binder.
+ Gibt einen neuen CSharp-ist-Ereignis-Binder zurück.
+ Die Flags, mit denen der Binder initialisiert werden soll.
+ Der Name des zu suchenden Ereignisses.
+ Der , der angibt, an welcher Position dieser Vorgang verwendet wird.
+
+
+ Initialisiert einen neuen Binder zum Festlegen von CSharp-Indizes.
+ Gibt einen neuen Binder zum Festlegen von CSharp-Indizes zurück.
+ Die Flags, mit denen der Binder initialisiert werden soll.
+ Der , der angibt, an welcher Position dieser Vorgang verwendet wird.
+ Die Sequenz von -Instanzen für die Argumente dieses Vorgangs.
+
+
+ Initialisiert einen neuen Binder zum Festlegen von CSharp-Membern.
+ Gibt einen neuen Binder zum Festlegen von CSharp-Membern zurück.
+ Die Flags, mit denen der Binder initialisiert werden soll.
+ Der Name des festzulegenden Members.
+ Der , der angibt, an welcher Position dieser Vorgang verwendet wird.
+ Die Sequenz von -Instanzen für die Argumente dieses Vorgangs.
+
+
+ Initialisiert einen neuen Binder für unäre CSharp-Vorgänge.
+ Gibt einen neuen Binder für unäre CSharp-Vorgänge zurück.
+ Die Flags, mit denen der Binder initialisiert werden soll.
+ Die Art des unären Vorgangs.
+ Der , der angibt, an welcher Position dieser Vorgang verwendet wird.
+ Die Sequenz von -Instanzen für die Argumente dieses Vorgangs.
+
+
+ Stellt Informationen zu dynamischen C#-Vorgängen dar, die für bestimmte Argumente auf einer Aufrufsite spezifisch sind.Instanzen dieser Klasse werden vom C#-Compiler generiert.
+
+
+ Initialisiert eine neue Instanz der -Klasse.
+ Eine neue Instanz der -Klasse.
+ Die Flags für das Argument.
+ Der Name des Arguments, wenn es sich um ein benanntes Argument handelt, andernfalls NULL.
+
+
+ Stellt Informationen zu dynamischen C#-Vorgängen dar, die für bestimmte Argumente auf einer Aufrufsite spezifisch sind.Instanzen dieser Klasse werden vom C#-Compiler generiert.
+
+
+ Das Argument ist eine Konstante.
+
+
+ Das Argument wird an einen Out-Parameter übergeben.
+
+
+ Das Argument wird an einen Ref-Parameter übergeben.
+
+
+ Das Argument ist ein , der einen tatsächlichen, in der Quelle verwendeten Typnamen angibt.Wird nur für Zielobjekte in statischen Aufrufen verwendet.
+
+
+ Das Argument ist ein benanntes Argument.
+
+
+ Es sind keine weitere Informationen vorhanden, die dargestellt werden können.
+
+
+ Während der Bindung muss der Kompilierzeittyp des Arguments berücksichtigt werden.
+
+
+ Stellt Informationen zu dynamischen C#-Vorgängen dar, die nicht spezifisch für bestimmte Argumente auf einer Aufrufsite sind.Instanzen dieser Klasse werden vom C#-Compiler generiert.
+
+
+ Der Binder stellt ein logisches AND oder logisches OR dar, das Teil einer bedingten logischen Operatorauswertung ist.
+
+
+ Die Auswertung für diesen Binder erfolgt in einem überprüften Kontext.
+
+
+ Der Binder stellt eine implizite Konvertierung für die Verwendung in einem Arrayerstellungsausdruck dar.
+
+
+ Der Binder stellt eine explizite Konvertierung dar.
+
+
+ Der Binder stellt einen Aufruf für einen einfachen Namen dar.
+
+
+ Der Binder stellt einen Aufruf für einen besonderen Namen dar.
+
+
+ Für diesen Binder sind keine zusätzlichen Informationen erforderlich.
+
+
+ Der Binder wird an einer Position verwendet, an der kein Ergebnis erforderlich ist, und kann daher an eine leere Rückgabemethode binden.
+
+
+ Das Ergebnis einer Bindung wird indiziert, es wird ein Binder zum Festlegen oder Abrufen von Indizes abgerufen.
+
+
+ Der Wert in diesem festgelegten Index oder festgelegten Member ist ein Verbundzuweisungsoperator.
+
+
+ Stellt einen Fehler dar, der auftritt, wenn eine dynamische Bindung im C#-Laufzeitbinder verarbeitet wird.
+
+
+ Initialisiert eine neue Instanz der -Klasse.
+
+
+ Initialisiert eine neue Instanz der -Klasse, die über eine angegebene Fehlermeldung verfügt.
+ Die Meldung, in der die Ausnahme beschrieben wirdDer Aufrufer dieses Konstruktors muss sicherstellen, dass diese Zeichenfolge für die aktuelle Systemkultur lokalisiert wurde.
+
+
+ Initialisiert eine neue Instanz der -Klasse mit einer angegebenen Fehlermeldung und einem Verweis auf die innere Ausnahme, die diese Ausnahme ausgelöst hat.
+ Die Fehlermeldung, in der die Ursache der Ausnahme erklärt wird.
+ Die Ausnahme, die die aktuelle Ausnahme ausgelöst hat, oder ein NULL-Verweis, wenn keine innere Ausnahme angegeben ist.
+
+
+ Stellt einen Fehler dar, der auftritt, wenn eine dynamische Bindung im C#-Laufzeitbinder verarbeitet wird.
+
+
+ Initialisiert eine neue Instanz der -Klasse mit einer vom System bereitgestellten Meldung, die den Fehler beschreibt.
+
+
+ Initialisiert eine neue Instanz der -Klasse mit einer angegebenen Meldung, die den Fehler beschreibt.
+ Die Meldung, in der die Ausnahme beschrieben wirdDer Aufrufer dieses Konstruktors muss sicherstellen, dass diese Zeichenfolge für die aktuelle Systemkultur lokalisiert wurde.
+
+
+ Initialisiert eine neue Instanz der -Klasse mit einer angegebenen Fehlermeldung und einem Verweis auf die innere Ausnahme, die diese Ausnahme ausgelöst hat.
+ Die Fehlermeldung, in der die Ursache der Ausnahme erklärt wird.
+ Die Ausnahme, die die aktuelle Ausnahme ausgelöst hat, oder ein NULL-Verweis, wenn keine innere Ausnahme angegeben ist.
+
+
+
\ No newline at end of file
diff --git a/packages/Microsoft.CSharp.4.5.0/ref/netcore50/es/Microsoft.CSharp.xml b/packages/Microsoft.CSharp.4.5.0/ref/netcore50/es/Microsoft.CSharp.xml
new file mode 100644
index 00000000..dc76977e
--- /dev/null
+++ b/packages/Microsoft.CSharp.4.5.0/ref/netcore50/es/Microsoft.CSharp.xml
@@ -0,0 +1,190 @@
+
+
+
+ Microsoft.CSharp
+
+
+
+ Contiene métodos de generador que permiten crear enlazadores de sitios de llamada dinámicos para CSharp.
+
+
+ Inicializa un nuevo enlazador de operaciones binarias de CSharp.
+ Devuelve un nuevo enlazador de operaciones binarias de CSharp.
+ Marcas con las que se va a inicializar el enlazador.
+ Tipo de operación binaria.
+ Objeto que indica dónde se usa esta operación.
+ Secuencia de instancias de para los argumentos de esta operación.
+
+
+ Inicializa un nuevo enlazador de conversiones de CSharp.
+ Devuelve un nuevo enlazador de conversiones de CSharp.
+ Marcas con las que se va a inicializar el enlazador.
+ Tipo en el que se va a convertir.
+ Objeto que indica dónde se usa esta operación.
+
+
+ Inicializa un nuevo enlazador de operaciones de obtención de índice de CSharp.
+ Devuelve un nuevo enlazador de operaciones de obtención de índice de CSharp.
+ Marcas con las que se va a inicializar el enlazador.
+ Objeto que indica dónde se usa esta operación.
+ Secuencia de instancias de para los argumentos de esta operación.
+
+
+ Inicializa un nuevo enlazador de operaciones de obtención de miembro de CSharp.
+ Devuelve un nuevo enlazador de operaciones de obtención de miembro de CSharp.
+ Marcas con las que se va a inicializar el enlazador.
+ Nombre del miembro que se va a obtener.
+ Objeto que indica dónde se usa esta operación.
+ Secuencia de instancias de para los argumentos de esta operación.
+
+
+ Inicializa un nuevo enlazador de invocaciones de CSharp.
+ Devuelve un nuevo enlazador de invocaciones de CSharp.
+ Marcas con las que se va a inicializar el enlazador.
+ Objeto que indica dónde se usa esta operación.
+ Secuencia de instancias de para los argumentos de esta operación.
+
+
+ Inicializa un nuevo enlazador de invocaciones de constructor de CSharp.
+ Devuelve un nuevo enlazador de invocaciones de constructor de CSharp.
+ Marcas con las que se va a inicializar el enlazador.
+ Objeto que indica dónde se usa esta operación.
+ Secuencia de instancias de para los argumentos de esta operación.
+
+
+ Inicializa un nuevo enlazador de invocaciones de miembro de CSharp.
+ Devuelve un nuevo enlazador de invocaciones de miembro de CSharp.
+ Marcas con las que se va a inicializar el enlazador.
+ Nombre del miembro al que se va a invocar.
+ Lista de los argumentos de tipo especificados para esta invocación.
+ Objeto que indica dónde se usa esta operación.
+ Secuencia de instancias de para los argumentos de esta operación.
+
+
+ Inicializa un nuevo enlazador de búsquedas de eventos de CSharp.
+ Devuelve un nuevo enlazador de búsquedas de eventos de CSharp.
+ Marcas con las que se va a inicializar el enlazador.
+ Nombre del evento que se va a buscar.
+ Objeto que indica dónde se usa esta operación.
+
+
+ Inicializa un nuevo enlazador de operaciones de establecimiento de índice de CSharp.
+ Devuelve un nuevo enlazador de operaciones de establecimiento de índice de CSharp.
+ Marcas con las que se va a inicializar el enlazador.
+ Objeto que indica dónde se usa esta operación.
+ Secuencia de instancias de para los argumentos de esta operación.
+
+
+ Inicializa un nuevo enlazador de operaciones de establecimiento de miembro de CSharp.
+ Devuelve un nuevo enlazador de operaciones de establecimiento de miembro de CSharp.
+ Marcas con las que se va a inicializar el enlazador.
+ Nombre del miembro que se va a establecer.
+ Objeto que indica dónde se usa esta operación.
+ Secuencia de instancias de para los argumentos de esta operación.
+
+
+ Inicializa un nuevo enlazador de operaciones unarias de CSharp.
+ Devuelve un nuevo enlazador de operaciones unarias de CSharp.
+ Marcas con las que se va a inicializar el enlazador.
+ Tipo de operación unaria.
+ Objeto que indica dónde se usa esta operación.
+ Secuencia de instancias de para los argumentos de esta operación.
+
+
+ Representa información sobre las operaciones dinámicas de C# que son específicas de argumentos concretos en un lugar de llamada.Las instancias de esta clase se generan mediante el compilador de C#.
+
+
+ Inicializa una nueva instancia de la clase .
+ Nueva instancia de la clase .
+ Marcas para el argumento.
+ Nombre del argumento, si lo tiene; de lo contrario, NULL.
+
+
+ Representa información sobre las operaciones dinámicas de C# que son específicas de argumentos concretos en un lugar de llamada.Las instancias de esta clase se generan mediante el compilador de C#.
+
+
+ El argumento es una constante.
+
+
+ El argumento se pasa a un parámetro out.
+
+
+ El argumento se pasa a un parámetro ref.
+
+
+ El argumento es un objeto que indica un nombre de tipo real utilizado en origen.Únicamente se usa para los objetos de destino en las llamadas estáticas.
+
+
+ Es un argumento con nombre.
+
+
+ Ninguna información adicional para representar.
+
+
+ El tipo de tiempo de compilación del argumento debe considerarse durante el enlace.
+
+
+ Representa información sobre las operaciones dinámicas de C# que no son específicas de argumentos concretos en un sitio de llamada.Las instancias de esta clase se generan mediante el compilador de C#.
+
+
+ El enlazador representa un operador AND lógico u OR lógico que forma parte de una evaluación de operadores lógicos condicionales.
+
+
+ La evaluación de este enlazador se lleva a cabo en un contexto comprobado.
+
+
+ El enlazador representa una conversión implícita que se puede usar en una expresión de creación de matrices.
+
+
+ El enlazador representa una conversión explícita.
+
+
+ El enlazador representa una invocación en un nombre simple.
+
+
+ El enlazador representa una invocación en un nombre especial.
+
+
+ Este enlazador no requiere ninguna información adicional.
+
+
+ El enlazador se usa en una posición que no requiere un resultado y, por lo tanto, se puede enlazar a un método que devuelva void.
+
+
+ El resultado de cualquier enlace que se vaya a indizar obtiene un enlazador de índice set o de índice get.
+
+
+ El valor de este índice o miembro set se convierte en un operador de asignación compuesto.
+
+
+ Representa un error que se produce cuando se procesa un enlace dinámico en el enlazador en tiempo de ejecución de C#.
+
+
+ Inicializa una nueva instancia de la clase .
+
+
+ Inicializa una nueva instancia de la clase que tiene un mensaje de error especificado.
+ Mensaje que describe la excepción.El llamador de este constructor debe asegurarse de que esta cadena se ha traducido para la actual referencia cultural del sistema.
+
+
+ Inicializa una nueva instancia de la clase que tiene un mensaje de error especificado y una referencia a la excepción interna que representa la causa de esta excepción.
+ Mensaje de error que explica la razón de la excepción.
+ Excepción que es la causa de la excepción actual, o una referencia nula si no se especifica ninguna excepción interna.
+
+
+ Representa un error que se produce cuando se procesa un enlace dinámico en el enlazador en tiempo de ejecución de C#.
+
+
+ Inicializa una nueva instancia de la clase con un mensaje proporcionado por el sistema que describe el error.
+
+
+ Inicializa una nueva instancia de la clase con un mensaje de error especificado que describe el error.
+ Mensaje que describe la excepción.El llamador de este constructor debe asegurarse de que esta cadena se ha traducido para la actual referencia cultural del sistema.
+
+
+ Inicializa una nueva instancia de la clase que tiene un mensaje de error especificado y una referencia a la excepción interna que representa la causa de esta excepción.
+ Mensaje de error que explica la razón de la excepción.
+ Excepción que es la causa de la excepción actual, o una referencia nula si no se especifica ninguna excepción interna.
+
+
+
\ No newline at end of file
diff --git a/packages/Microsoft.CSharp.4.5.0/ref/netcore50/fr/Microsoft.CSharp.xml b/packages/Microsoft.CSharp.4.5.0/ref/netcore50/fr/Microsoft.CSharp.xml
new file mode 100644
index 00000000..6ac8b3b9
--- /dev/null
+++ b/packages/Microsoft.CSharp.4.5.0/ref/netcore50/fr/Microsoft.CSharp.xml
@@ -0,0 +1,201 @@
+
+
+
+ Microsoft.CSharp
+
+
+
+ Contient des méthodes de fabrique pour créer des classeurs de sites d'appel dynamiques pour CSharp.
+
+
+ Initialise un nouveau classeur d'opérations binaires CSharp.
+ Retourne un nouveau classeur d'opérations binaires CSharp.
+ Indicateurs avec lesquels initialiser le classeur.
+ Type d'opération binaire.
+
+ qui indique où cette opération est utilisée.
+ Séquence d'instances pour les arguments de cette opération.
+
+
+ Initialise un nouveau classeur de conversion CSharp.
+ Retourne un nouveau classeur de conversion CSharp.
+ Indicateurs avec lesquels initialiser le classeur.
+ Type dans lequel convertir.
+
+ qui indique où cette opération est utilisée.
+
+
+ Initialise un nouveau classeur d'obtention d'index CSharp.
+ Retourne un nouveau classeur d'obtention d'index CSharp.
+ Indicateurs avec lesquels initialiser le classeur.
+
+ qui indique où cette opération est utilisée.
+ Séquence d'instances pour les arguments de cette opération.
+
+
+ Initialise un nouveau classeur d'obtention de membre CSharp.
+ Retourne un nouveau classeur d'obtention de membre CSharp.
+ Indicateurs avec lesquels initialiser le classeur.
+ Nom du membre à obtenir.
+
+ qui indique où cette opération est utilisée.
+ Séquence d'instances pour les arguments de cette opération.
+
+
+ Initialise un nouveau classeur d'appel CSharp.
+ Retourne un nouveau classeur d'appel CSharp.
+ Indicateurs avec lesquels initialiser le classeur.
+
+ qui indique où cette opération est utilisée.
+ Séquence d'instances pour les arguments de cette opération.
+
+
+ Initialise un nouveau classeur de constructeurs appelés CSharp.
+ Retourne un nouveau classeur de constructeurs appelés CSharp.
+ Indicateurs avec lesquels initialiser le classeur.
+
+ qui indique où cette opération est utilisée.
+ Séquence d'instances pour les arguments de cette opération.
+
+
+ Initialise un nouveau classeur de membres appelés CSharp.
+ Retourne un nouveau classeur de membres appelés CSharp.
+ Indicateurs avec lesquels initialiser le classeur.
+ Nom du membre à appeler.
+ Liste d'arguments de type spécifiés pour cet appel.
+
+ qui indique où cette opération est utilisée.
+ Séquence d'instances pour les arguments de cette opération.
+
+
+ Initialise un nouveau classeur d'événements CSharp.
+ Retourne un nouveau classeur d'événement CSharp.
+ Indicateurs avec lesquels initialiser le classeur.
+ Nom de l'événement à rechercher.
+
+ qui indique où cette opération est utilisée.
+
+
+ Initialise un nouveau classeur de définition d'index CSharp.
+ Retourne un nouveau classeur de définition d'index CSharp.
+ Indicateurs avec lesquels initialiser le classeur.
+
+ qui indique où cette opération est utilisée.
+ Séquence d'instances pour les arguments de cette opération.
+
+
+ Initialise un nouveau classeur de définition de membre CSharp.
+ Retourne un nouveau classeur de définition de membre CSharp.
+ Indicateurs avec lesquels initialiser le classeur.
+ Nom du membre à définir.
+
+ qui indique où cette opération est utilisée.
+ Séquence d'instances pour les arguments de cette opération.
+
+
+ Initialise un nouveau classeur d'opérations unaires CSharp.
+ Retourne un nouveau classeur d'opérations unaires CSharp.
+ Indicateurs avec lesquels initialiser le classeur.
+ Type d'opération unaire.
+
+ qui indique où cette opération est utilisée.
+ Séquence d'instances pour les arguments de cette opération.
+
+
+ Représente les informations relatives aux opérations dynamiques en C# qui sont spécifiques à des arguments particuliers sur un site d'appel.Les instances de cette classe sont générées par le compilateur C#.
+
+
+ Initialise une nouvelle instance de la classe .
+ Nouvelle instance de la classe .
+ Indicateurs de l'argument.
+ Nom de l'argument, s'il est nommé ; sinon, null.
+
+
+ Représente les informations relatives aux opérations dynamiques en C# qui sont spécifiques à des arguments particuliers sur un site d'appel.Les instances de cette classe sont générées par le compilateur C#.
+
+
+ L'argument est une constante.
+
+
+ L'argument est passé à un paramètre de sortie (out).
+
+
+ L'argument est passé à un paramètre de référence (ref).
+
+
+ L'argument est un qui indique un nom de type réel utilisé dans la source.Utilisé uniquement pour les objets cible dans les appels statiques.
+
+
+ L'argument est un argument nommé.
+
+
+ Aucune information supplémentaire à représenter.
+
+
+ Le type de l'argument au moment de la compilation doit être considéré pendant la liaison.
+
+
+ Représente les informations relatives aux opérations dynamiques en C# qui ne sont pas spécifiques à des arguments particuliers sur un site d'appel.Les instances de cette classe sont générées par le compilateur C#.
+
+
+ Le classeur représente un AND logique ou un OR logique faisant partie d'une évaluation d'opérateur logique conditionnelle.
+
+
+ L'évaluation de ce classeur s'effectue dans un contexte vérifié (checked).
+
+
+ Le classeur représente une conversion implicite pour une utilisation dans une expression de création de tableau.
+
+
+ Le classeur représente une conversion explicite.
+
+
+ Le classeur représente un appel sur un nom simple.
+
+
+ Le classeur représente un appel sur un nom spécial.
+
+
+ Aucune information supplémentaire n'est requise pour ce classeur.
+
+
+ Le classeur est utilisé à un emplacement qui ne requiert pas de résultat et peut par conséquent créer une liaison avec une méthode retournant void.
+
+
+ Le résultat de n'importe quel lien sera un classeur indexé d'obtention d'index ou de membre défini.
+
+
+ La valeur dans cet index défini ou membre défini provient d'un opérateur d'assignation composée.
+
+
+ Représente une erreur qui se produit lorsqu'un lien dynamique dans le binder d'exécution C# est traité.
+
+
+ Initialise une nouvelle instance de la classe .
+
+
+ Initialise une nouvelle instance de la classe qui comporte un message d'erreur spécifié.
+ Message qui décrit l'exception.L'appelant de ce constructeur doit vérifier que cette chaîne a été localisée pour la culture du système en cours.
+
+
+ Initialise une nouvelle instance de la classe qui comporte un message d'erreur spécifié et une référence à l'exception interne à l'origine de cette exception.
+ Message d'erreur indiquant la raison de l'exception.
+ Exception à l'origine de l'exception actuelle, ou référence null si aucune exception interne n'est spécifiée.
+
+
+ Représente une erreur qui se produit lorsqu'un lien dynamique dans le binder d'exécution C# est traité.
+
+
+ Initialise une nouvelle instance de la classe avec un message système décrivant l'erreur.
+
+
+ Initialise une nouvelle instance de la classe avec un message spécifié décrivant l'erreur.
+ Message qui décrit l'exception.L'appelant de ce constructeur doit vérifier que cette chaîne a été localisée pour la culture du système en cours.
+
+
+ Initialise une nouvelle instance de la classe qui comporte un message d'erreur spécifié et une référence à l'exception interne à l'origine de cette exception.
+ Message d'erreur indiquant la raison de l'exception.
+ Exception à l'origine de l'exception actuelle, ou référence null si aucune exception interne n'est spécifiée.
+
+
+
\ No newline at end of file
diff --git a/packages/Microsoft.CSharp.4.5.0/ref/netcore50/it/Microsoft.CSharp.xml b/packages/Microsoft.CSharp.4.5.0/ref/netcore50/it/Microsoft.CSharp.xml
new file mode 100644
index 00000000..e7621f37
--- /dev/null
+++ b/packages/Microsoft.CSharp.4.5.0/ref/netcore50/it/Microsoft.CSharp.xml
@@ -0,0 +1,190 @@
+
+
+
+ Microsoft.CSharp
+
+
+
+ Contiene metodi factory per creare gestori di associazione del sito di chiamata dinamica per CSharp.
+
+
+ Inizializza un nuovo gestore di associazione dell'operazione binaria di CSharp.
+ Restituisce un nuovo gestore di associazione dell'operazione binaria di CSharp.
+ Flag con cui inizializzare il gestore di associazione.
+ Tipo di operazione binaria.
+ Oggetto che indica il contesto in cui viene utilizzata l'operazione.
+ Sequenza di istanze di per gli argomenti dell'operazione.
+
+
+ Inizializza un nuovo gestore di associazione delle conversioni di CSharp.
+ Restituisce un nuovo gestore di associazione delle conversioni di CSharp.
+ Flag con cui inizializzare il gestore di associazione.
+ Tipo in cui eseguire la conversione.
+ Oggetto che indica il contesto in cui viene utilizzata l'operazione.
+
+
+ Inizializza un nuovo gestore di associazione dell'indice get di CSharp.
+ Restituisce un nuovo gestore di associazione dell'indice get di CSharp.
+ Flag con cui inizializzare il gestore di associazione.
+ Oggetto che indica il contesto in cui viene utilizzata l'operazione.
+ Sequenza di istanze di per gli argomenti dell'operazione.
+
+
+ Inizializza un nuovo gestore di associazione del membro get di CSharp.
+ Restituisce un nuovo gestore di associazione del membro get di CSharp.
+ Flag con cui inizializzare il gestore di associazione.
+ Nome del membro da ottenere.
+ Oggetto che indica il contesto in cui viene utilizzata l'operazione.
+ Sequenza di istanze di per gli argomenti dell'operazione.
+
+
+ Inizializza un nuovo gestore di associazione invoke di CSharp.
+ Restituisce un nuovo gestore di associazione invoke di CSharp.
+ Flag con cui inizializzare il gestore di associazione.
+ Oggetto che indica il contesto in cui viene utilizzata l'operazione.
+ Sequenza di istanze di per gli argomenti dell'operazione.
+
+
+ Inizializza un nuovo gestore di associazione del costruttore invoke di CSharp.
+ Restituisce un nuovo gestore di associazione del costruttore invoke di CSharp.
+ Flag con cui inizializzare il gestore di associazione.
+ Oggetto che indica il contesto in cui viene utilizzata l'operazione.
+ Sequenza di istanze di per gli argomenti dell'operazione.
+
+
+ Inizializza un nuovo gestore di associazione del membro invoke di CSharp.
+ Restituisce un nuovo gestore di associazione del membro invoke di CSharp.
+ Flag con cui inizializzare il gestore di associazione.
+ Nome del membro da richiamare,
+ Elenco di argomenti del tipo specificati per la chiamata.
+ Oggetto che indica il contesto in cui viene utilizzata l'operazione.
+ Sequenza di istanze di per gli argomenti dell'operazione.
+
+
+ Inizializza un nuovo gestore di associazione degli eventi is di CSharp.
+ Restituisce un nuovo gestore di associazione degli eventi is di CSharp.
+ Flag con cui inizializzare il gestore di associazione.
+ Nome dell'evento di cui eseguire la ricerca.
+ Oggetto che indica il contesto in cui viene utilizzata l'operazione.
+
+
+ Inizializza un nuovo gestore di associazione dell'indice set di CSharp.
+ Restituisce un nuovo gestore di associazione dell'indice set di CSharp.
+ Flag con cui inizializzare il gestore di associazione.
+ Oggetto che indica il contesto in cui viene utilizzata l'operazione.
+ Sequenza di istanze di per gli argomenti dell'operazione.
+
+
+ Inizializza un nuovo gestore di associazione del membro set di CSharp.
+ Restituisce un nuovo gestore di associazione del membro set di CSharp.
+ Flag con cui inizializzare il gestore di associazione.
+ Nome del membro da impostare.
+ Oggetto che indica il contesto in cui viene utilizzata l'operazione.
+ Sequenza di istanze di per gli argomenti dell'operazione.
+
+
+ Inizializza un nuovo gestore di associazione dell'operazione unaria di CSharp.
+ Restituisce un nuovo gestore di associazione dell'operazione unaria di CSharp.
+ Flag con cui inizializzare il gestore di associazione.
+ Tipo di operazione unaria.
+ Oggetto che indica il contesto in cui viene utilizzata l'operazione.
+ Sequenza di istanze di per gli argomenti dell'operazione.
+
+
+ Rappresenta informazioni sulle operazioni dinamiche in C# specifiche di determinati argomenti in un sito di chiamata.Istanze di questa classe vengono generate dal compilatore C#.
+
+
+ Inizializza una nuova istanza della classe .
+ Nuova istanza della classe .
+ Flag per l'argomento.
+ Nome dell'argomento, se denominato; in caso contrario, null.
+
+
+ Rappresenta informazioni sulle operazioni dinamiche in C# specifiche di determinati argomenti in un sito di chiamata.Istanze di questa classe vengono generate dal compilatore C#.
+
+
+ L'argomento è una costante.
+
+
+ L'argomento viene passato a un parametro out.
+
+
+ L'argomento viene passato a un parametro ref.
+
+
+ L'argomento è un oggetto che indica un nome di tipo effettivo utilizzato nell'origine.Utilizzato solo per gli oggetti di destinazione in chiamate statiche.
+
+
+ L'argomento è un argomento denominato.
+
+
+ Nessuna informazione aggiuntiva da rappresentare.
+
+
+ Il tipo dell'argomento in fase di compilazione deve essere considerato durante l'associazione.
+
+
+ Rappresenta informazioni sulle operazioni dinamiche in C# non specifiche di determinati argomenti in un sito di chiamata.Istanze di questa classe vengono generate dal compilatore C#.
+
+
+ Il gestore di associazione rappresenta un operatore logico AND o OR che fa parte di una valutazione dell'operatore logico condizionale.
+
+
+ La valutazione di questo gestore di associazione si verifica in un contesto verificato.
+
+
+ Il gestore di associazione rappresenta una conversione implicita per l'utilizzo in un'espressione di creazione di una matrice.
+
+
+ Il gestore di associazione rappresenta una conversione esplicita.
+
+
+ Il gestore di associazione rappresenta una chiamata per un nome semplice.
+
+
+ Il gestore di associazione rappresenta una chiamata per uno SpecialName.
+
+
+ Non sono presenti informazioni aggiuntive necessarie per questo gestore di associazione.
+
+
+ Il gestore di associazione viene utilizzato in una posizione che non richiede un risultato e può quindi essere associato a un metodo che restituisce void.
+
+
+ Il risultato di qualsiasi associazione sarà indicizzato per ottenere un gestore di associazione dell'indice set o get.
+
+
+ Il valore in questo indice set o membro set presenta un operatore di assegnazione composto.
+
+
+ Rappresenta un errore che si verifica quando viene elaborata un'associazione dinamica nel gestore di associazione di runtime in C#.
+
+
+ Inizializza una nuova istanza della classe .
+
+
+ Inizializza una nuova istanza della classe che include un messaggio di errore specificato.
+ Messaggio in cui viene descritta l'eccezione.È necessario che il chiamante del costruttore assicuri che la stringa sia stata localizzata per le impostazioni cultura correnti del sistema.
+
+
+ Inizializza una nuova istanza della classe che include un messaggio di errore specificato e un riferimento all'eccezione interna che ha generato l'eccezione.
+ Messaggio di errore nel quale viene indicato il motivo dell’eccezione
+ Eccezione che ha provocato l'eccezione corrente o riferimento null se non è stata specificata alcuna eccezione interna.
+
+
+ Rappresenta un errore che si verifica quando viene elaborata un'associazione dinamica nel gestore di associazione di runtime in C#.
+
+
+ Inizializza una nuova istanza della classe con un messaggio fornito dal sistema in cui viene descritto l'errore.
+
+
+ Inizializza una nuova istanza della classe con un messaggio specifico in cui viene descritto l'errore.
+ Messaggio in cui viene descritta l'eccezione.È necessario che il chiamante del costruttore assicuri che la stringa sia stata localizzata per le impostazioni cultura correnti del sistema.
+
+
+ Inizializza una nuova istanza della classe che include un messaggio di errore specificato e un riferimento all'eccezione interna che ha generato l'eccezione.
+ Messaggio di errore nel quale viene indicato il motivo dell’eccezione
+ Eccezione che ha provocato l'eccezione corrente o riferimento null se non è stata specificata alcuna eccezione interna.
+
+
+
\ No newline at end of file
diff --git a/packages/Microsoft.CSharp.4.5.0/ref/netcore50/ja/Microsoft.CSharp.xml b/packages/Microsoft.CSharp.4.5.0/ref/netcore50/ja/Microsoft.CSharp.xml
new file mode 100644
index 00000000..e1f883cf
--- /dev/null
+++ b/packages/Microsoft.CSharp.4.5.0/ref/netcore50/ja/Microsoft.CSharp.xml
@@ -0,0 +1,193 @@
+
+
+
+ Microsoft.CSharp
+
+
+
+ CSharp の動的呼び出しサイト バインダーを作成するファクトリ メソッドが含まれています。
+
+
+ CSharp の新しい二項演算バインダーを初期化します。
+ CSharp の新しい二項演算バインダーを返します。
+ バインダーの初期化に使用するフラグ。
+ 二項演算の種類。
+ この操作の使用場所を示す 。
+ この操作に対する引数の インスタンスのシーケンス。
+
+
+ CSharp の新しい変換バインダーを初期化します。
+ CSharp の新しい変換バインダーを返します。
+ バインダーの初期化に使用するフラグ。
+ 変換後の型。
+ この操作の使用場所を示す 。
+
+
+ CSharp の新しいインデックス取得バインダーを初期化します。
+ CSharp の新しいインデックス取得バインダーを返します。
+ バインダーの初期化に使用するフラグ。
+ この操作の使用場所を示す 。
+ この操作に対する引数の インスタンスのシーケンス。
+
+
+ CSharp の新しいメンバー取得バインダーを初期化します。
+ CSharp の新しいメンバー取得バインダーを返します。
+ バインダーの初期化に使用するフラグ。
+ 取得するメンバーの名前。
+ この操作の使用場所を示す 。
+ この操作に対する引数の インスタンスのシーケンス。
+
+
+ CSharp の新しい呼び出しバインダーを初期化します。
+ CSharp の新しい呼び出しバインダーを返します。
+ バインダーの初期化に使用するフラグ。
+ この操作の使用場所を示す 。
+ この操作に対する引数の インスタンスのシーケンス。
+
+
+ CSharp の新しいコンストラクター バインダーを初期化します。
+ CSharp の新しいコンストラクター バインダーを返します。
+ バインダーの初期化に使用するフラグ。
+ この操作の使用場所を示す 。
+ この操作に対する引数の インスタンスのシーケンス。
+
+
+ CSharp の新しいメンバー呼び出しバインダーを初期化します。
+ CSharp の新しいメンバー呼び出しバインダーを返します。
+ バインダーの初期化に使用するフラグ。
+ 呼び出されるメンバーの名前。
+ この呼び出しに対して指定する型引数のリスト。
+ この操作の使用場所を示す 。
+ この操作に対する引数の インスタンスのシーケンス。
+
+
+ CSharp の新しいイベント確認バインダーを初期化します。
+ CSharp の新しいイベント確認バインダーを返します。
+ バインダーの初期化に使用するフラグ。
+ 検索するイベントの名前。
+ この操作の使用場所を示す 。
+
+
+ CSharp の新しいインデックス設定バインダーを初期化します。
+ CSharp の新しいインデックス設定バインダーを返します。
+ バインダーの初期化に使用するフラグ。
+ この操作の使用場所を示す 。
+ この操作に対する引数の インスタンスのシーケンス。
+
+
+ CSharp の新しいメンバー設定バインダーを初期化します。
+ CSharp の新しいメンバー設定バインダーを返します。
+ バインダーの初期化に使用するフラグ。
+ 設定するメンバーの名前。
+ この操作の使用場所を示す 。
+ この操作に対する引数の インスタンスのシーケンス。
+
+
+ CSharp の新しい単項演算バインダーを初期化します。
+ CSharp の新しい単項演算バインダーを返します。
+ バインダーの初期化に使用するフラグ。
+ 単項演算の種類。
+ この操作の使用場所を示す 。
+ この操作に対する引数の インスタンスのシーケンス。
+
+
+ 呼び出しサイトにおける特定の引数に固有の、C# の動的操作に関する情報を表します。このクラスのインスタンスは、C# コンパイラによって生成されます。
+
+
+
+ クラスの新しいインスタンスを初期化します。
+
+ クラスの新しいインスタンス。
+ 引数のフラグ。
+ 引数に名前がある場合はその名前。それ以外の場合は null。
+
+
+ 呼び出しサイトにおける特定の引数に固有の、C# の動的操作に関する情報を表します。このクラスのインスタンスは、C# コンパイラによって生成されます。
+
+
+ 引数は定数です。
+
+
+ 引数は out パラメーターに渡されます。
+
+
+ 引数は ref パラメーターに渡されます。
+
+
+ 引数は、ソースで使用されている実際の型名を示す です。静的呼び出しのターゲット オブジェクトでのみ使用されます。
+
+
+ 引数は名前付き引数です。
+
+
+ 追加情報はありません。
+
+
+ 引数のコンパイル時の型はバインディング時に考慮されます。
+
+
+ 呼び出しサイトにおける特定の引数に固有ではない、C# の動的操作に関する情報を表します。このクラスのインスタンスは、C# コンパイラによって生成されます。
+
+
+ このバインダーは、条件論理演算子の評価の一部である論理 AND または論理 OR を表します。
+
+
+ このバインダーの評価は、checked コンテキストで行われます。
+
+
+ このバインダーは、配列作成式で使用する暗黙の型変換を表します。
+
+
+ このバインダーは、明示的な変換を表します。
+
+
+ このバインダーは、簡易名での呼び出しを表します。
+
+
+ このバインダーは、特別な名前での呼び出しを表します。
+
+
+ このバインダーに必要な追加情報はありません。
+
+
+ バインダーは、結果を必要としない位置で使用されるため、戻り型が void のメソッドにバインドできます。
+
+
+ どのバインドの結果にもインデックスが付けられます。インデックス設定バインダーまたはインデックス取得バインダーが必要です。
+
+
+ このインデックス設定またはメンバー設定の値は複合代入演算子になります。
+
+
+ C# ランタイム バインダーで動的バインドが処理されたときに発生するエラーを表します。
+
+
+
+ クラスの新しいインスタンスを初期化します。
+
+
+ 指定したエラー メッセージを持つ、 クラスの新しいインスタンスを初期化します。
+ 例外を説明するメッセージ。このコンストラクターの呼び出し元では、この文字列が現在のシステムのカルチャに合わせてローカライズ済みであることを確認しておく必要があります。
+
+
+ 指定したエラー メッセージおよびこの例外の原因である内部例外への参照を持つ、 クラスの新しいインスタンスを初期化します。
+ 例外の原因を説明するエラー メッセージ。
+ 現在の例外の原因となった例外。内部例外が指定されていない場合は null 参照。
+
+
+ C# ランタイム バインダーで動的バインドが処理されたときに発生するエラーを表します。
+
+
+ エラーを説明するシステム提供のメッセージを使用して、 クラスの新しいインスタンスを初期化します。
+
+
+ エラーを説明する指定したメッセージを使用して、 クラスの新しいインスタンスを初期化します。
+ 例外を説明するメッセージ。このコンストラクターの呼び出し元では、この文字列が現在のシステムのカルチャに合わせてローカライズ済みであることを確認しておく必要があります。
+
+
+ 指定したエラー メッセージおよびこの例外の原因である内部例外への参照を持つ、 クラスの新しいインスタンスを初期化します。
+ 例外の原因を説明するエラー メッセージ。
+ 現在の例外の原因となった例外。内部例外が指定されていない場合は null 参照。
+
+
+
\ No newline at end of file
diff --git a/packages/Microsoft.CSharp.4.5.0/ref/netcore50/ko/Microsoft.CSharp.xml b/packages/Microsoft.CSharp.4.5.0/ref/netcore50/ko/Microsoft.CSharp.xml
new file mode 100644
index 00000000..2e648554
--- /dev/null
+++ b/packages/Microsoft.CSharp.4.5.0/ref/netcore50/ko/Microsoft.CSharp.xml
@@ -0,0 +1,193 @@
+
+
+
+ Microsoft.CSharp
+
+
+
+ CSharp의 동적 호출 사이트 바인더를 만드는 팩터리 메서드가 들어 있습니다.
+
+
+ 새 CSharp 이항 연산 바인더를 초기화합니다.
+ 새 CSharp 이항 연산 바인더를 반환합니다.
+ 바인더를 초기화하는 데 사용할 플래그입니다.
+ 이항 연산 종류입니다.
+ 이 작업이 사용된 위치를 나타내는 입니다.
+ 이 작업의 인수에 사용할 인스턴스의 시퀀스입니다.
+
+
+ 새 CSharp 변환 바인더를 초기화합니다.
+ 새 CSharp 변환 바인더를 반환합니다.
+ 바인더를 초기화하는 데 사용할 플래그입니다.
+ 변환할 대상 형식입니다.
+ 이 작업이 사용된 위치를 나타내는 입니다.
+
+
+ 새 CSharp 인덱스 가져오기 바인더를 초기화합니다.
+ 새 CSharp 인덱스 가져오기 바인더를 반환합니다.
+ 바인더를 초기화하는 데 사용할 플래그입니다.
+ 이 작업이 사용된 위치를 나타내는 입니다.
+ 이 작업의 인수에 사용할 인스턴스의 시퀀스입니다.
+
+
+ 새 CSharp 멤버 가져오기 바인더를 초기화합니다.
+ 새 CSharp 멤버 가져오기 바인더를 반환합니다.
+ 바인더를 초기화하는 데 사용할 플래그입니다.
+ 가져올 멤버의 이름입니다.
+ 이 작업이 사용된 위치를 나타내는 입니다.
+ 이 작업의 인수에 사용할 인스턴스의 시퀀스입니다.
+
+
+ 새 CSharp 호출 바인더를 초기화합니다.
+ 새 CSharp 호출 바인더를 반환합니다.
+ 바인더를 초기화하는 데 사용할 플래그입니다.
+ 이 작업이 사용된 위치를 나타내는 입니다.
+ 이 작업의 인수에 사용할 인스턴스의 시퀀스입니다.
+
+
+ 새 CSharp 생성자 호출 바인더를 초기화합니다.
+ 새 CSharp 생성자 호출 바인더를 반환합니다.
+ 바인더를 초기화하는 데 사용할 플래그입니다.
+ 이 작업이 사용된 위치를 나타내는 입니다.
+ 이 작업의 인수에 사용할 인스턴스의 시퀀스입니다.
+
+
+ 새 CSharp 멤버 호출 바인더를 초기화합니다.
+ 새 CSharp 멤버 호출 바인더를 반환합니다.
+ 바인더를 초기화하는 데 사용할 플래그입니다.
+ 호출할 멤버의 이름입니다.
+ 이 호출에 대해 지정된 형식 인수의 목록입니다.
+ 이 작업이 사용된 위치를 나타내는 입니다.
+ 이 작업의 인수에 사용할 인스턴스의 시퀀스입니다.
+
+
+ 새 CSharp 이벤트 확인 바인더를 초기화합니다.
+ 새 CSharp 이벤트 확인 바인더를 반환합니다.
+ 바인더를 초기화하는 데 사용할 플래그입니다.
+ 찾을 이벤트의 이름입니다.
+ 이 작업이 사용된 위치를 나타내는 입니다.
+
+
+ 새 CSharp 인덱스 설정 바인더를 초기화합니다.
+ 새 CSharp 인덱스 설정 바인더를 반환합니다.
+ 바인더를 초기화하는 데 사용할 플래그입니다.
+ 이 작업이 사용된 위치를 나타내는 입니다.
+ 이 작업의 인수에 사용할 인스턴스의 시퀀스입니다.
+
+
+ 새 CSharp 멤버 설정 바인더를 초기화합니다.
+ 새 CSharp 멤버 설정 바인더를 반환합니다.
+ 바인더를 초기화하는 데 사용할 플래그입니다.
+ 설정할 멤버의 이름입니다.
+ 이 작업이 사용된 위치를 나타내는 입니다.
+ 이 작업의 인수에 사용할 인스턴스의 시퀀스입니다.
+
+
+ 새 CSharp 단항 연산 바인더를 초기화합니다.
+ 새 CSharp 단항 연산 바인더를 반환합니다.
+ 바인더를 초기화하는 데 사용할 플래그입니다.
+ 단항 연산 종류입니다.
+ 이 작업이 사용된 위치를 나타내는 입니다.
+ 이 작업의 인수에 사용할 인스턴스의 시퀀스입니다.
+
+
+ 호출 사이트의 특정 인수와 관련된 C# 동적 작업에 대한 정보를 나타냅니다.이 클래스의 인스턴스는 C# 컴파일러에서 생성됩니다.
+
+
+
+ 클래스의 새 인스턴스를 초기화합니다.
+
+ 클래스의 새 인스턴스입니다.
+ 인수의 플래그입니다.
+ 명명된 경우 인수의 이름이고, 그렇지 않으면 null입니다.
+
+
+ 호출 사이트의 특정 인수와 관련된 C# 동적 작업에 대한 정보를 나타냅니다.이 클래스의 인스턴스는 C# 컴파일러에서 생성됩니다.
+
+
+ 인수가 상수입니다.
+
+
+ 인수가 out 매개 변수에 전달됩니다.
+
+
+ 인수가 ref 매개 변수에 전달됩니다.
+
+
+ 인수가 소스에서 사용된 실제 형식 이름을 나타내는 입니다.정적 호출의 대상 개체에만 사용됩니다.
+
+
+ 인수가 명명된 인수입니다.
+
+
+ 나타낼 추가 정보가 없습니다.
+
+
+ 바인딩하는 동안 인수의 컴파일 타임 형식을 고려해야 합니다.
+
+
+ 호출 사이트의 특정 인수와 관련되지 않은 C# 동적 작업에 대한 정보를 나타냅니다.이 클래스의 인스턴스는 C# 컴파일러에서 생성됩니다.
+
+
+ 바인더는 조건부 논리 연산자 계산에 속하는 논리적 AND 또는 논리적 OR를 나타냅니다.
+
+
+ 이 바인더에 대한 계산은 확인된 컨텍스트에서 발생합니다.
+
+
+ 바인더는 배열 생성 식에 사용할 암시적 변환을 나타냅니다.
+
+
+ 바인더는 명시적 변환을 나타냅니다.
+
+
+ 바인더는 단순한 이름에 대한 호출을 나타냅니다.
+
+
+ 바인더는 특수한 이름에 대한 호출을 나타냅니다.
+
+
+ 이 바인더에 필요한 추가 정보가 없습니다.
+
+
+ 바인더는 결과가 필요 없는 위치에서 사용되므로 void를 반환하는 메서드에 바인딩할 수 있습니다.
+
+
+ 바인딩의 결과가 인덱싱되어 인덱스 설정 또는 인덱스 가져오기 바인더를 가져옵니다.
+
+
+ 이 인덱스 설정 또는 멤버 설정의 값은 복합 할당 연산자에서 사용됩니다.
+
+
+ C# 런타임 바인더의 동적 바인드가 처리될 때 발생하는 오류를 나타냅니다.
+
+
+
+ 클래스의 새 인스턴스를 초기화합니다.
+
+
+ 지정된 오류 메시지가 있는 클래스의 새 인스턴스를 초기화합니다.
+ 예외를 설명하는 메시지입니다.이 생성자의 호출자는 이 문자열이 현재 시스템 문화권에 맞게 지역화되었는지 확인하는 데 필요합니다.
+
+
+ 지정된 오류 메시지 및 해당 예외의 원인인 내부 예외에 대한 참조가 있는 클래스의 새 인스턴스를 초기화합니다.
+ 예외에 대한 이유를 설명하는 오류 메시지입니다.
+ 현재 예외의 원인인 예외 또는 내부 예외가 지정되지 않은 경우 null 참조입니다.
+
+
+ C# 런타임 바인더의 동적 바인드가 처리될 때 발생하는 오류를 나타냅니다.
+
+
+ 오류를 설명하는 시스템 제공 메시지를 사용하여 클래스의 새 인스턴스를 초기화합니다.
+
+
+ 오류를 설명하는 지정된 메시지를 사용하여 클래스의 새 인스턴스를 초기화합니다.
+ 예외를 설명하는 메시지입니다.이 생성자의 호출자는 이 문자열이 현재 시스템 문화권에 맞게 지역화되었는지 확인하는 데 필요합니다.
+
+
+ 지정된 오류 메시지와 이 예외의 원인인 내부 예외에 대한 참조를 갖는 클래스의 새 인스턴스를 초기화합니다.
+ 예외에 대한 이유를 설명하는 오류 메시지입니다.
+ 현재 예외의 원인인 예외 또는 내부 예외가 지정되지 않은 경우 null 참조입니다.
+
+
+
\ No newline at end of file
diff --git a/packages/Microsoft.CSharp.4.5.0/ref/netcore50/ru/Microsoft.CSharp.xml b/packages/Microsoft.CSharp.4.5.0/ref/netcore50/ru/Microsoft.CSharp.xml
new file mode 100644
index 00000000..de8cf299
--- /dev/null
+++ b/packages/Microsoft.CSharp.4.5.0/ref/netcore50/ru/Microsoft.CSharp.xml
@@ -0,0 +1,190 @@
+
+
+
+ Microsoft.CSharp
+
+
+
+ Содержит фабричные методы для создания динамических связывателей источников вызова для CSharp.
+
+
+ Инициализирует новый связыватель бинарной операции CSharp.
+ Возвращает новый связыватель бинарной операции CSharp.
+ Флаги, с помощью которых выполняется инициализация связывателя.
+ Вид бинарной операции.
+ Объект , который указывает, где используется операция.
+ Последовательность экземпляров для аргументов данной операции.
+
+
+ Инициализирует новый связыватель преобразования CSharp.
+ Возвращает новый связыватель преобразования CSharp.
+ Флаги, с помощью которых выполняется инициализация связывателя.
+ Тип, в который выполняется преобразование.
+ Объект , который указывает, где используется операция.
+
+
+ Инициализирует новый связыватель получения индекса CSharp.
+ Возвращает новый связыватель получения индекса CSharp.
+ Флаги, с помощью которых выполняется инициализация связывателя.
+ Объект , который указывает, где используется операция.
+ Последовательность экземпляров для аргументов данной операции.
+
+
+ Инициализирует новый связыватель получения члена CSharp.
+ Возвращает новый связыватель получения члена CSharp.
+ Флаги, с помощью которых выполняется инициализация связывателя.
+ Имя возвращаемого члена.
+ Объект , который указывает, где используется операция.
+ Последовательность экземпляров для аргументов данной операции.
+
+
+ Инициализирует новый связыватель вызова CSharp.
+ Возвращает новый связыватель вызова CSharp.
+ Флаги, с помощью которых выполняется инициализация связывателя.
+ Объект , который указывает, где используется операция.
+ Последовательность экземпляров для аргументов данной операции.
+
+
+ Инициализирует новый связыватель вызова конструктора CSharp.
+ Возвращает новый связыватель вызова конструктора CSharp.
+ Флаги, с помощью которых выполняется инициализация связывателя.
+ Объект , который указывает, где используется операция.
+ Последовательность экземпляров для аргументов данной операции.
+
+
+ Инициализирует новый связыватель вызова члена CSharp.
+ Возвращает новый связыватель вызова члена CSharp.
+ Флаги, с помощью которых выполняется инициализация связывателя.
+ Имя элемента, который предполагается вызвать.
+ Список аргументов типа, указанных для данного вызова.
+ Объект , который указывает, где используется операция.
+ Последовательность экземпляров для аргументов данной операции.
+
+
+ Инициализирует новый связыватель поиска события CSharp.
+ Возвращает новый связыватель поиска события CSharp.
+ Флаги, с помощью которых выполняется инициализация связывателя.
+ Имя искомого события.
+ Объект , который указывает, где используется операция.
+
+
+ Инициализирует новый связыватель задания индекса CSharp.
+ Возвращает новый связыватель задания индекса CSharp.
+ Флаги, с помощью которых выполняется инициализация связывателя.
+ Объект , который указывает, где используется операция.
+ Последовательность экземпляров для аргументов данной операции.
+
+
+ Инициализирует новый связыватель задания члена CSharp.
+ Возвращает новый связыватель задания члена CSharp.
+ Флаги, с помощью которых выполняется инициализация связывателя.
+ Имя задаваемого члена.
+ Объект , который указывает, где используется операция.
+ Последовательность экземпляров для аргументов данной операции.
+
+
+ Инициализирует новый связыватель унарной операции CSharp.
+ Возвращает новый связыватель унарной операции CSharp.
+ Флаги, с помощью которых выполняется инициализация связывателя.
+ Вид унарной операции.
+ Объект , который указывает, где используется операция.
+ Последовательность экземпляров для аргументов данной операции.
+
+
+ Представляет сведения о динамических операциях C#, которые относятся к определенным аргументам в источнике вызова.Экземпляры этого класса создаются компилятором C#.
+
+
+ Инициализирует новый экземпляр класса .
+ Новый экземпляр класса .
+ Флаги для аргумента.
+ Имя аргумента, если ему присвоено имя, или NULL в противном случае.
+
+
+ Представляет сведения о динамических операциях C#, которые относятся к определенным аргументам в источнике вызова.Экземпляры этого класса создаются компилятором C#.
+
+
+ Аргумент является константой.
+
+
+ Аргумент, передаваемый в параметр out.
+
+
+ Аргумент, передаваемый в параметр ref.
+
+
+ Аргумент является объектом типа , указывающим фактическое имя типа, используемое в источнике.Используется только для целевых объектов в статических вызовах.
+
+
+ Аргумент является именованным аргументом.
+
+
+ Дополнительные сведения не представлены.
+
+
+ В процессе привязки следует учитывать тип времени компиляции аргумента.
+
+
+ Представляет сведения о динамических операциях C#, которые не относятся к определенным аргументам в источнике вызова.Экземпляры этого класса создаются компилятором C#.
+
+
+ Связыватель представляет логическое И или логическое ИЛИ, которое является частью оценки условного логического оператора.
+
+
+ Оценка данного связывателя происходит в проверяемом контексте.
+
+
+ Связыватель представляет неявное преобразование для использовании в выражении, создающем массив.
+
+
+ Связыватель представляет явное преобразование.
+
+
+ Связыватель представляет вызов по простому имени.
+
+
+ Связыватель представляет вызов по специальному имени.
+
+
+ Для данного связывателя не требуются дополнительные сведения.
+
+
+ Этот связыватель используется в позиции, не требующей результата, и, следовательно, может выполнять привязку к методу, возвращающему значение void.
+
+
+ Результатом любой привязки будет индексированный метод получения связывателя задания или получения индекса.
+
+
+ Значение данного метода задания индекса или члена становится частью составного оператора присваивания.
+
+
+ Представляет ошибку, которая происходит при обработке динамической привязки в связывателе среды выполнения C#.
+
+
+ Инициализирует новый экземпляр класса .
+
+
+ Инициализирует новый экземпляр класса , содержащий указанное сообщение об ошибке.
+ Сообщение с описанием исключения.Вызывающий оператор этого конструктора необходим, чтобы убедиться, локализована ли данная строка для текущего языка и региональных параметров системы.
+
+
+ Инициализирует новый экземпляр класса , содержащий указанное сообщение об ошибке и ссылку на внутреннее исключение, которое стало причиной данного исключения.
+ Сообщение об ошибке с объяснением причин исключения.
+ Исключение, вызвавшее текущее исключение, или пустая ссылка, если внутреннее исключение не задано.
+
+
+ Представляет ошибку, которая происходит при обработке динамической привязки в связывателе среды выполнения C#.
+
+
+ Инициализирует новый экземпляр класса системным сообщением, содержащим описание ошибки.
+
+
+ Инициализирует новый экземпляр класса заданным сообщением, содержащим описание ошибки.
+ Сообщение с описанием исключения.Вызывающий оператор этого конструктора необходим, чтобы убедиться, локализована ли данная строка для текущего языка и региональных параметров системы.
+
+
+ Инициализирует новый экземпляр класса , содержащий указанное сообщение об ошибке и ссылку на внутреннее исключение, которое стало причиной данного исключения.
+ Сообщение об ошибке с объяснением причин исключения.
+ Исключение, вызвавшее текущее исключение, или пустая ссылка, если внутреннее исключение не задано.
+
+
+
\ No newline at end of file
diff --git a/packages/Microsoft.CSharp.4.5.0/ref/netcore50/zh-hans/Microsoft.CSharp.xml b/packages/Microsoft.CSharp.4.5.0/ref/netcore50/zh-hans/Microsoft.CSharp.xml
new file mode 100644
index 00000000..3b0aa989
--- /dev/null
+++ b/packages/Microsoft.CSharp.4.5.0/ref/netcore50/zh-hans/Microsoft.CSharp.xml
@@ -0,0 +1,191 @@
+
+
+
+ Microsoft.CSharp
+
+
+
+ 包含用于为 CSharp 创建动态调用站点联编程序的工厂方法。
+
+
+ 初始化新的 CSharp 二元运算联编程序。
+ 返回新的 CSharp 二元运算联编程序。
+ 用于初始化联编程序的标志。
+ 二元运算类型。
+ 用于指示此操作的使用位置的 。
+ 此操作的参数所用的 实例序列。
+
+
+ 初始化新的 CSharp 转换联编程序。
+ 返回新的 CSharp 转换联编程序。
+ 用于初始化联编程序的标志。
+ 要转换到的类型。
+ 用于指示此操作的使用位置的 。
+
+
+ 初始化新的 CSharp 获取索引联编程序。
+ 返回新的 CSharp 获取索引联编程序。
+ 用于初始化联编程序的标志。
+ 用于指示此操作的使用位置的 。
+ 此操作的参数所用的 实例序列。
+
+
+ 初始化新的 CSharp 获取成员联编程序。
+ 返回新的 CSharp 获取成员联编程序。
+ 用于初始化联编程序的标志。
+ 要获取的成员名称。
+ 用于指示此操作的使用位置的 。
+ 此操作的参数所用的 实例序列。
+
+
+ 初始化新的 CSharp 调用联编程序。
+ 返回新的 CSharp 调用联编程序。
+ 用于初始化联编程序的标志。
+ 用于指示此操作的使用位置的 。
+ 此操作的参数所用的 实例序列。
+
+
+ 初始化新的 CSharp 调用构造函数联编程序。
+ 返回新的 CSharp 调用构造函数联编程序。
+ 用于初始化联编程序的标志。
+ 用于指示此操作的使用位置的 。
+ 此操作的参数所用的 实例序列。
+
+
+ 初始化新的 CSharp 调用成员联编程序。
+ 返回新的 CSharp 调用成员联编程序。
+ 用于初始化联编程序的标志。
+ 要调用的成员名。
+ 为此调用指定的类型参数的列表。
+ 用于指示此操作的使用位置的 。
+ 此操作的参数所用的 实例序列。
+
+
+ 初始化新的 CSharp 事件联编程序。
+ 返回新的 CSharp 事件联编程序。
+ 用于初始化联编程序的标志。
+ 要查找的事件的名称。
+ 用于指示此操作的使用位置的 。
+
+
+ 初始化新的 CSharp 设置索引联编程序。
+ 返回新的 CSharp 设置索引联编程序。
+ 用于初始化联编程序的标志。
+ 用于指示此操作的使用位置的 。
+ 此操作的参数所用的 实例序列。
+
+
+ 初始化新的 CSharp 设置成员联编程序。
+ 返回新的 CSharp 设置成员联编程序。
+ 用于初始化联编程序的标志。
+ 要设置的成员的名称。
+ 用于指示此操作的使用位置的 。
+ 此操作的参数所用的 实例序列。
+
+
+ 初始化新的 CSharp 一元运算联编程序。
+ 返回新的 CSharp 一元运算联编程序。
+ 用于初始化联编程序的标志。
+ 一元运算类型。
+ 用于指示此操作的使用位置的 。
+ 此操作的参数所用的 实例序列。
+
+
+ 表示有关特定于调用站点上的特定参数的 C# 动态操作的信息。此类的实例由 C# 编译器生成。
+
+
+ 初始化 类的新实例。
+
+ 类的新实例。
+ 参数的标志。
+ 如果已指定参数名称,则为相应的名称;否则为空。
+
+
+ 表示有关特定于调用站点上的特定参数的 C# 动态操作的信息。此类的实例由 C# 编译器生成。
+
+
+ 该参数是一个常量。
+
+
+ 将实参传递到 out 形参。
+
+
+ 将实参传递到 ref 形参。
+
+
+ 参数为 ,它指示源中使用的实际类型名称。仅用于静态调用中的目标对象。
+
+
+ 参数为命名参数。
+
+
+ 没有要表示的附加信息。
+
+
+ 在绑定期间,应考虑参数的编译时类型。
+
+
+ 表示不特定于调用站点上特定参数的 C# 动态操作的相关信息。此类的实例由 C# 编译器生成。
+
+
+ 此联编程序表示作为条件逻辑运算符计算的一部分的逻辑 AND 或逻辑 OR。
+
+
+ 在已检查的上下文中计算此联编程序。
+
+
+ 此联编程序表示要在数组创建表达式中使用的隐式转换。
+
+
+ 此联编程序表示显式转换。
+
+
+ 此联编程序表示对简单名称的调用。
+
+
+ 此联编程序表示对特殊名称的调用。
+
+
+ 此联编程序不需要附加信息。
+
+
+ 联编程序在不需要结果的位置中使用,因此可绑定到一个 void 返回方法。
+
+
+ 将为任何绑定的结果编制索引,以获得一个设置索引联编程序或获取索引联编程序。
+
+
+ 此设置索引或设置成员中的值为复合赋值运算符。
+
+
+ 表示在处理 C# 运行时联编程序中的动态绑定时发生的错误。
+
+
+ 初始化 类的新实例。
+
+
+ 初始化 类的新实例,它包含指定的错误消息。
+ 描述该异常的消息。此构造函数的调用方需要确保此字符串已针对当前系统区域性进行了本地化。
+
+
+ 初始化 类的新实例,该实例具有指定的错误消息以及对导致此异常的内部异常的引用。
+ 解释异常原因的错误信息。
+ 导致当前异常的异常;如果未指定内部异常,则为空引用。
+
+
+ 表示在处理 C# 运行时联编程序中的动态绑定时发生的错误。
+
+
+ 使用由系统提供的用来描述错误的消息初始化 类的新实例。
+
+
+ 使用指定的描述错误的消息初始化 类的新实例。
+ 描述该异常的消息。此构造函数的调用方需要确保此字符串已针对当前系统区域性进行了本地化。
+
+
+ 初始化 类的新实例,该实例具有指定的错误消息以及对导致此异常的内部异常的引用。
+ 解释异常原因的错误信息。
+ 导致当前异常的异常;如果未指定内部异常,则为空引用。
+
+
+
\ No newline at end of file
diff --git a/packages/Microsoft.CSharp.4.5.0/ref/netcore50/zh-hant/Microsoft.CSharp.xml b/packages/Microsoft.CSharp.4.5.0/ref/netcore50/zh-hant/Microsoft.CSharp.xml
new file mode 100644
index 00000000..043924f8
--- /dev/null
+++ b/packages/Microsoft.CSharp.4.5.0/ref/netcore50/zh-hant/Microsoft.CSharp.xml
@@ -0,0 +1,211 @@
+
+
+
+ Microsoft.CSharp
+
+
+
+ 包含建立 CSharp 動態呼叫位置繫結器的 Factory 方法。
+
+
+ 初始化新的 CSharp 二進位運算繫結器。
+ 傳回新的 CSharp 二進位運算繫結器。
+ 用來初始化繫結器的旗標。
+ 二元運算類型。
+
+ ,指定在何處使用此作業。
+
+ 執行個體的序列,做為這個運算的引數。
+
+
+ 初始化新的 CSharp 轉換繫結器。
+ 傳回新的 CSharp 轉換繫結器。
+ 用來初始化繫結器的旗標。
+ 要轉換成的型別。
+
+ ,指定在何處使用此作業。
+
+
+ 初始化新的 CSharp get 索引繫結器。
+ 傳回新的 CSharp get 索引繫結器。
+ 用來初始化繫結器的旗標。
+
+ ,指定在何處使用此作業。
+
+ 執行個體的序列,做為這個運算的引數。
+
+
+ 初始化新的 CSharp get 成員繫結器。
+ 傳回新的 CSharp get 成員繫結器。
+ 用來初始化繫結器的旗標。
+ 要取得的成員名稱。
+
+ ,指定在何處使用此作業。
+
+ 執行個體的序列,做為這個運算的引數。
+
+
+ 初始化新的 CSharp 叫用繫結器。
+ 傳回新的 CSharp 叫用繫結器。
+ 用來初始化繫結器的旗標。
+
+ ,指定在何處使用此作業。
+
+ 執行個體的序列,做為這個運算的引數。
+
+
+ 初始化新的 CSharp 叫用建構函式繫結器。
+ 傳回新的 CSharp 叫用建構函式繫結器。
+ 用來初始化繫結器的旗標。
+
+ ,指定在何處使用此作業。
+
+ 執行個體的序列,做為這個運算的引數。
+
+
+ 初始化新的 CSharp 叫用成員繫結器。
+ 傳回新的 CSharp 叫用成員繫結器。
+ 用來初始化繫結器的旗標。
+ 要叫用的成員名稱。
+ 為此叫用指定之型別引數的清單。
+
+ ,指定在何處使用此作業。
+
+ 執行個體的序列,做為這個運算的引數。
+
+
+ 初始化新的 CSharp Is 事件繫結器。
+ 傳回新的 CSharp Is 事件繫結器。
+ 用來初始化繫結器的旗標。
+ 要尋找之事件的名稱。
+
+ ,指定在何處使用此作業。
+
+
+ 初始化新的 CSharp set 索引繫結器。
+ 傳回新的 CSharp set 索引繫結器。
+ 用來初始化繫結器的旗標。
+
+ ,指定在何處使用此作業。
+
+ 執行個體的序列,做為這個運算的引數。
+
+
+ 初始化新的 CSharp set 成員繫結器。
+ 傳回新的 CSharp set 成員繫結器。
+ 用來初始化繫結器的旗標。
+ 要設定之成員的名稱。
+
+ ,指定在何處使用此作業。
+
+ 執行個體的序列,做為這個運算的引數。
+
+
+ 初始化新的 CSharp 一元運算繫結器。
+ 傳回新的 CSharp 一元運算繫結器。
+ 用來初始化繫結器的旗標。
+ 一元運算類型。
+
+ ,指定在何處使用此作業。
+
+ 執行個體的序列,做為這個運算的引數。
+
+
+ 表示呼叫位置上特定引數特有的 C# 動態運算的相關資訊。這個類別的執行個體會由 C# 編譯器產生。
+
+
+ 初始化 類別的新執行個體。
+
+ 類別的新執行個體。
+ 引數的旗標。
+ 如果是具名引數,則為引數的名稱,否則為 null。
+
+
+ 表示呼叫位置上特定引數特有的 C# 動態運算的相關資訊。這個類別的執行個體會由 C# 編譯器產生。
+
+
+ 引數為常數。
+
+
+ 引數傳遞給 out 參數。
+
+
+ 引數傳遞給 ref 參數。
+
+
+ 引數為 ,表示來源中使用的實際型別名稱。只用於靜態呼叫中的目標物件。
+
+
+ 引數為具名引數。
+
+
+ 無其他要表示的資訊。
+
+
+ 繫結期間應該考慮引數的編譯時期型別。
+
+
+ 表示呼叫位置上非特定引數特有的 C# 動態運算的相關資訊。這個類別的執行個體會由 C# 編譯器產生。
+
+
+ 繫結器表示邏輯 AND 或邏輯 OR,這些是條件邏輯運算子評估的一部分。
+
+
+ 此繫結器的評估會在檢查的內容中進行。
+
+
+ 繫結器表示陣列建立運算式中使用的隱含轉換。
+
+
+ 繫結器表示明確轉換。
+
+
+ 繫結器表示在簡單名稱上叫用。
+
+
+ 繫結器表示在 Specialname 上叫用。
+
+
+ 此繫結器不需要額外的資訊。
+
+
+ 繫結器用於不需要結果的位置,因此可以繫結至傳回 Void 的方法。
+
+
+ 任何繫結的結果都會變成索引的 get 索引或 set 索引,或 get 索引繫結器。
+
+
+ 此 set 索引或 set 成員中的值為複合指派運算子。
+
+
+ 表示在處理 C# 執行階段繫結器中的動態繫結時所發生的錯誤。
+
+
+ 初始化 類別的新執行個體。
+
+
+ 初始化 類別的新執行個體,這個執行個體有指定的錯誤訊息。
+ 說明例外狀況的訊息。這個建構函式的呼叫端必須確保這個字串已經為目前系統的文化特性當地語系化。
+
+
+ 初始化 類別的新執行個體,這個執行個體有指定的錯誤訊息和造成這個例外狀況發生之內部例外狀況的參考。
+ 解釋例外狀況原因的錯誤訊息。
+ 導致目前例外狀況發生的例外狀況,如果沒有指定內部例外狀況則為 null 參考。
+
+
+ 表示在處理 C# 執行階段繫結器中的動態繫結時所發生的錯誤。
+
+
+ 以系統提供的錯誤說明訊息,初始化 類別的新執行個體。
+
+
+ 使用指定的錯誤說明訊息,初始化 類別的新執行個體。
+ 說明例外狀況的訊息。這個建構函式的呼叫端必須確保這個字串已經為目前系統的文化特性當地語系化。
+
+
+ 初始化 類別的新執行個體,這個執行個體有指定的錯誤訊息和造成這個例外狀況發生之內部例外狀況的參考。
+ 解釋例外狀況原因的錯誤訊息。
+ 導致目前例外狀況發生的例外狀況,如果沒有指定內部例外狀況則為 null 參考。
+
+
+
\ No newline at end of file
diff --git a/packages/Microsoft.CSharp.4.5.0/ref/netcoreapp2.0/_._ b/packages/Microsoft.CSharp.4.5.0/ref/netcoreapp2.0/_._
new file mode 100644
index 00000000..e69de29b
diff --git a/packages/Microsoft.CSharp.4.5.0/ref/netstandard1.0/Microsoft.CSharp.dll b/packages/Microsoft.CSharp.4.5.0/ref/netstandard1.0/Microsoft.CSharp.dll
new file mode 100644
index 00000000..3e2c0491
Binary files /dev/null and b/packages/Microsoft.CSharp.4.5.0/ref/netstandard1.0/Microsoft.CSharp.dll differ
diff --git a/packages/Microsoft.CSharp.4.5.0/ref/netstandard1.0/Microsoft.CSharp.xml b/packages/Microsoft.CSharp.4.5.0/ref/netstandard1.0/Microsoft.CSharp.xml
new file mode 100644
index 00000000..24b5eba4
--- /dev/null
+++ b/packages/Microsoft.CSharp.4.5.0/ref/netstandard1.0/Microsoft.CSharp.xml
@@ -0,0 +1,190 @@
+
+
+
+ Microsoft.CSharp
+
+
+
+ Contains factory methods to create dynamic call site binders for CSharp.
+
+
+ Initializes a new CSharp binary operation binder.
+ Returns a new CSharp binary operation binder.
+ The flags with which to initialize the binder.
+ The binary operation kind.
+ The that indicates where this operation is used.
+ The sequence of instances for the arguments to this operation.
+
+
+ Initializes a new CSharp convert binder.
+ Returns a new CSharp convert binder.
+ The flags with which to initialize the binder.
+ The type to convert to.
+ The that indicates where this operation is used.
+
+
+ Initializes a new CSharp get index binder.
+ Returns a new CSharp get index binder.
+ The flags with which to initialize the binder.
+ The that indicates where this operation is used.
+ The sequence of instances for the arguments to this operation.
+
+
+ Initializes a new CSharp get member binder.
+ Returns a new CSharp get member binder.
+ The flags with which to initialize the binder.
+ The name of the member to get.
+ The that indicates where this operation is used.
+ The sequence of instances for the arguments to this operation.
+
+
+ Initializes a new CSharp invoke binder.
+ Returns a new CSharp invoke binder.
+ The flags with which to initialize the binder.
+ The that indicates where this operation is used.
+ The sequence of instances for the arguments to this operation.
+
+
+ Initializes a new CSharp invoke constructor binder.
+ Returns a new CSharp invoke constructor binder.
+ The flags with which to initialize the binder.
+ The that indicates where this operation is used.
+ The sequence of instances for the arguments to this operation.
+
+
+ Initializes a new CSharp invoke member binder.
+ Returns a new CSharp invoke member binder.
+ The flags with which to initialize the binder.
+ The name of the member to invoke.
+ The list of type arguments specified for this invoke.
+ The that indicates where this operation is used.
+ The sequence of instances for the arguments to this operation.
+
+
+ Initializes a new CSharp is event binder.
+ Returns a new CSharp is event binder.
+ The flags with which to initialize the binder.
+ The name of the event to look for.
+ The that indicates where this operation is used.
+
+
+ Initializes a new CSharp set index binder.
+ Returns a new CSharp set index binder.
+ The flags with which to initialize the binder.
+ The that indicates where this operation is used.
+ The sequence of instances for the arguments to this operation.
+
+
+ Initializes a new CSharp set member binder.
+ Returns a new CSharp set member binder.
+ The flags with which to initialize the binder.
+ The name of the member to set.
+ The that indicates where this operation is used.
+ The sequence of instances for the arguments to this operation.
+
+
+ Initializes a new CSharp unary operation binder.
+ Returns a new CSharp unary operation binder.
+ The flags with which to initialize the binder.
+ The unary operation kind.
+ The that indicates where this operation is used.
+ The sequence of instances for the arguments to this operation.
+
+
+ Represents information about C# dynamic operations that are specific to particular arguments at a call site. Instances of this class are generated by the C# compiler.
+
+
+ Initializes a new instance of the class.
+ A new instance of the class.
+ The flags for the argument.
+ The name of the argument, if named; otherwise null.
+
+
+ Represents information about C# dynamic operations that are specific to particular arguments at a call site. Instances of this class are generated by the C# compiler.
+
+
+ The argument is a constant.
+
+
+ The argument is passed to an out parameter.
+
+
+ The argument is passed to a ref parameter.
+
+
+ The argument is a indicating an actual type name used in source. Used only for target objects in static calls.
+
+
+ The argument is a named argument.
+
+
+ No additional information to represent.
+
+
+ The argument's compile-time type should be considered during binding.
+
+
+ Represents information about C# dynamic operations that are not specific to particular arguments at a call site. Instances of this class are generated by the C# compiler.
+
+
+ The binder represents a logical AND or logical OR that is part of a conditional logical operator evaluation.
+
+
+ The evaluation of this binder happens in a checked context.
+
+
+ The binder represents an implicit conversion for use in an array creation expression.
+
+
+ The binder represents an explicit conversion.
+
+
+ The binder represents an invoke on a simple name.
+
+
+ The binder represents an invoke on a specialname.
+
+
+ There is no additional information required for this binder.
+
+
+ The binder is used in a position that does not require a result, and can therefore bind to a void returning method.
+
+
+ The result of any bind is going to be indexed get a set index or get index binder.
+
+
+ The value in this set index or set member comes a compound assignment operator.
+
+
+ Represents an error that occurs when a dynamic bind in the C# runtime binder is processed.
+
+
+ Initializes a new instance of the class.
+
+
+ Initializes a new instance of the class that has a specified error message.
+ The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.
+
+
+ Initializes a new instance of the class that has a specified error message and a reference to the inner exception that is the cause of this exception.
+ The error message that explains the reason for the exception.
+ The exception that is the cause of the current exception, or a null reference if no inner exception is specified.
+
+
+ Represents an error that occurs when a dynamic bind in the C# runtime binder is processed.
+
+
+ Initializes a new instance of the class with a system-supplied message that describes the error.
+
+
+ Initializes a new instance of the class with a specified message that describes the error.
+ The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.
+
+
+ Initializes a new instance of the class that has a specified error message and a reference to the inner exception that is the cause of this exception.
+ The error message that explains the reason for the exception.
+ The exception that is the cause of the current exception, or a null reference if no inner exception is specified.
+
+
+
\ No newline at end of file
diff --git a/packages/Microsoft.CSharp.4.5.0/ref/netstandard1.0/de/Microsoft.CSharp.xml b/packages/Microsoft.CSharp.4.5.0/ref/netstandard1.0/de/Microsoft.CSharp.xml
new file mode 100644
index 00000000..5e90c8c4
--- /dev/null
+++ b/packages/Microsoft.CSharp.4.5.0/ref/netstandard1.0/de/Microsoft.CSharp.xml
@@ -0,0 +1,190 @@
+
+
+
+ Microsoft.CSharp
+
+
+
+ Enthält Factorymethoden zum Erstellen dynamischer Aufrufsitebinder für CSharp.
+
+
+ Initialisiert einen neuen Binder für binäre CSharp-Vorgänge.
+ Gibt einen neuen Binder für binäre CSharp-Vorgänge zurück.
+ Die Flags, mit denen der Binder initialisiert werden soll.
+ Die Art des binären Vorgangs.
+ Der , der angibt, an welcher Position dieser Vorgang verwendet wird.
+ Die Sequenz von -Instanzen für die Argumente dieses Vorgangs.
+
+
+ Initialisiert einen neuen CSharp-Konvertierungsbinder.
+ Gibt einen neuen CSharp-Konvertierungsbinder zurück.
+ Die Flags, mit denen der Binder initialisiert werden soll.
+ Der Typ, in den konvertiert werden soll.
+ Der , der angibt, an welcher Position dieser Vorgang verwendet wird.
+
+
+ Initialisiert einen neuen Binder zum Abrufen von CSharp-Indizes.
+ Gibt einen neuen Binder zum Abrufen von CSharp-Indizes zurück.
+ Die Flags, mit denen der Binder initialisiert werden soll.
+ Der , der angibt, an welcher Position dieser Vorgang verwendet wird.
+ Die Sequenz von -Instanzen für die Argumente dieses Vorgangs.
+
+
+ Initialisiert einen neuen Binder zum Abrufen von CSharp-Membern.
+ Gibt einen neuen Binder zum Abrufen von CSharp-Membern zurück.
+ Die Flags, mit denen der Binder initialisiert werden soll.
+ Der Name des abzurufenden Members.
+ Der , der angibt, an welcher Position dieser Vorgang verwendet wird.
+ Die Sequenz von -Instanzen für die Argumente dieses Vorgangs.
+
+
+ Initialisiert einen neuen CSharp-Aufrufbinder.
+ Gibt einen neuen CSharp-Aufrufbinder zurück.
+ Die Flags, mit denen der Binder initialisiert werden soll.
+ Der , der angibt, an welcher Position dieser Vorgang verwendet wird.
+ Die Sequenz von -Instanzen für die Argumente dieses Vorgangs.
+
+
+ Initialisiert einen neuen CSharp-Aufrufkonstruktorbinder.
+ Gibt einen neuen CSharp-Aufrufkonstruktorbinder zurück.
+ Die Flags, mit denen der Binder initialisiert werden soll.
+ Der , der angibt, an welcher Position dieser Vorgang verwendet wird.
+ Die Sequenz von -Instanzen für die Argumente dieses Vorgangs.
+
+
+ Initialisiert einen neuen CSharp-Aufrufmemberbinder.
+ Gibt einen neuen CSharp-Aufrufmemberbinder zurück.
+ Die Flags, mit denen der Binder initialisiert werden soll.
+ Der Name des aufzurufenden Members.
+ Die Liste der für diesen Aufruf angegebenen Typargumente.
+ Der , der angibt, an welcher Position dieser Vorgang verwendet wird.
+ Die Sequenz von -Instanzen für die Argumente dieses Vorgangs.
+
+
+ Initialisiert einen neuen CSharp-ist-Ereignis-Binder.
+ Gibt einen neuen CSharp-ist-Ereignis-Binder zurück.
+ Die Flags, mit denen der Binder initialisiert werden soll.
+ Der Name des zu suchenden Ereignisses.
+ Der , der angibt, an welcher Position dieser Vorgang verwendet wird.
+
+
+ Initialisiert einen neuen Binder zum Festlegen von CSharp-Indizes.
+ Gibt einen neuen Binder zum Festlegen von CSharp-Indizes zurück.
+ Die Flags, mit denen der Binder initialisiert werden soll.
+ Der , der angibt, an welcher Position dieser Vorgang verwendet wird.
+ Die Sequenz von -Instanzen für die Argumente dieses Vorgangs.
+
+
+ Initialisiert einen neuen Binder zum Festlegen von CSharp-Membern.
+ Gibt einen neuen Binder zum Festlegen von CSharp-Membern zurück.
+ Die Flags, mit denen der Binder initialisiert werden soll.
+ Der Name des festzulegenden Members.
+ Der , der angibt, an welcher Position dieser Vorgang verwendet wird.
+ Die Sequenz von -Instanzen für die Argumente dieses Vorgangs.
+
+
+ Initialisiert einen neuen Binder für unäre CSharp-Vorgänge.
+ Gibt einen neuen Binder für unäre CSharp-Vorgänge zurück.
+ Die Flags, mit denen der Binder initialisiert werden soll.
+ Die Art des unären Vorgangs.
+ Der , der angibt, an welcher Position dieser Vorgang verwendet wird.
+ Die Sequenz von -Instanzen für die Argumente dieses Vorgangs.
+
+
+ Stellt Informationen zu dynamischen C#-Vorgängen dar, die für bestimmte Argumente auf einer Aufrufsite spezifisch sind.Instanzen dieser Klasse werden vom C#-Compiler generiert.
+
+
+ Initialisiert eine neue Instanz der -Klasse.
+ Eine neue Instanz der -Klasse.
+ Die Flags für das Argument.
+ Der Name des Arguments, wenn es sich um ein benanntes Argument handelt, andernfalls NULL.
+
+
+ Stellt Informationen zu dynamischen C#-Vorgängen dar, die für bestimmte Argumente auf einer Aufrufsite spezifisch sind.Instanzen dieser Klasse werden vom C#-Compiler generiert.
+
+
+ Das Argument ist eine Konstante.
+
+
+ Das Argument wird an einen Out-Parameter übergeben.
+
+
+ Das Argument wird an einen Ref-Parameter übergeben.
+
+
+ Das Argument ist ein , der einen tatsächlichen, in der Quelle verwendeten Typnamen angibt.Wird nur für Zielobjekte in statischen Aufrufen verwendet.
+
+
+ Das Argument ist ein benanntes Argument.
+
+
+ Es sind keine weitere Informationen vorhanden, die dargestellt werden können.
+
+
+ Während der Bindung muss der Kompilierzeittyp des Arguments berücksichtigt werden.
+
+
+ Stellt Informationen zu dynamischen C#-Vorgängen dar, die nicht spezifisch für bestimmte Argumente auf einer Aufrufsite sind.Instanzen dieser Klasse werden vom C#-Compiler generiert.
+
+
+ Der Binder stellt ein logisches AND oder logisches OR dar, das Teil einer bedingten logischen Operatorauswertung ist.
+
+
+ Die Auswertung für diesen Binder erfolgt in einem überprüften Kontext.
+
+
+ Der Binder stellt eine implizite Konvertierung für die Verwendung in einem Arrayerstellungsausdruck dar.
+
+
+ Der Binder stellt eine explizite Konvertierung dar.
+
+
+ Der Binder stellt einen Aufruf für einen einfachen Namen dar.
+
+
+ Der Binder stellt einen Aufruf für einen besonderen Namen dar.
+
+
+ Für diesen Binder sind keine zusätzlichen Informationen erforderlich.
+
+
+ Der Binder wird an einer Position verwendet, an der kein Ergebnis erforderlich ist, und kann daher an eine leere Rückgabemethode binden.
+
+
+ Das Ergebnis einer Bindung wird indiziert, es wird ein Binder zum Festlegen oder Abrufen von Indizes abgerufen.
+
+
+ Der Wert in diesem festgelegten Index oder festgelegten Member ist ein Verbundzuweisungsoperator.
+
+
+ Stellt einen Fehler dar, der auftritt, wenn eine dynamische Bindung im C#-Laufzeitbinder verarbeitet wird.
+
+
+ Initialisiert eine neue Instanz der -Klasse.
+
+
+ Initialisiert eine neue Instanz der -Klasse, die über eine angegebene Fehlermeldung verfügt.
+ Die Meldung, in der die Ausnahme beschrieben wirdDer Aufrufer dieses Konstruktors muss sicherstellen, dass diese Zeichenfolge für die aktuelle Systemkultur lokalisiert wurde.
+
+
+ Initialisiert eine neue Instanz der -Klasse mit einer angegebenen Fehlermeldung und einem Verweis auf die innere Ausnahme, die diese Ausnahme ausgelöst hat.
+ Die Fehlermeldung, in der die Ursache der Ausnahme erklärt wird.
+ Die Ausnahme, die die aktuelle Ausnahme ausgelöst hat, oder ein NULL-Verweis, wenn keine innere Ausnahme angegeben ist.
+
+
+ Stellt einen Fehler dar, der auftritt, wenn eine dynamische Bindung im C#-Laufzeitbinder verarbeitet wird.
+
+
+ Initialisiert eine neue Instanz der -Klasse mit einer vom System bereitgestellten Meldung, die den Fehler beschreibt.
+
+
+ Initialisiert eine neue Instanz der -Klasse mit einer angegebenen Meldung, die den Fehler beschreibt.
+ Die Meldung, in der die Ausnahme beschrieben wirdDer Aufrufer dieses Konstruktors muss sicherstellen, dass diese Zeichenfolge für die aktuelle Systemkultur lokalisiert wurde.
+
+
+ Initialisiert eine neue Instanz der -Klasse mit einer angegebenen Fehlermeldung und einem Verweis auf die innere Ausnahme, die diese Ausnahme ausgelöst hat.
+ Die Fehlermeldung, in der die Ursache der Ausnahme erklärt wird.
+ Die Ausnahme, die die aktuelle Ausnahme ausgelöst hat, oder ein NULL-Verweis, wenn keine innere Ausnahme angegeben ist.
+
+
+
\ No newline at end of file
diff --git a/packages/Microsoft.CSharp.4.5.0/ref/netstandard1.0/es/Microsoft.CSharp.xml b/packages/Microsoft.CSharp.4.5.0/ref/netstandard1.0/es/Microsoft.CSharp.xml
new file mode 100644
index 00000000..dc76977e
--- /dev/null
+++ b/packages/Microsoft.CSharp.4.5.0/ref/netstandard1.0/es/Microsoft.CSharp.xml
@@ -0,0 +1,190 @@
+
+
+
+ Microsoft.CSharp
+
+
+
+ Contiene métodos de generador que permiten crear enlazadores de sitios de llamada dinámicos para CSharp.
+
+
+ Inicializa un nuevo enlazador de operaciones binarias de CSharp.
+ Devuelve un nuevo enlazador de operaciones binarias de CSharp.
+ Marcas con las que se va a inicializar el enlazador.
+ Tipo de operación binaria.
+ Objeto que indica dónde se usa esta operación.
+ Secuencia de instancias de para los argumentos de esta operación.
+
+
+ Inicializa un nuevo enlazador de conversiones de CSharp.
+ Devuelve un nuevo enlazador de conversiones de CSharp.
+ Marcas con las que se va a inicializar el enlazador.
+ Tipo en el que se va a convertir.
+ Objeto que indica dónde se usa esta operación.
+
+
+ Inicializa un nuevo enlazador de operaciones de obtención de índice de CSharp.
+ Devuelve un nuevo enlazador de operaciones de obtención de índice de CSharp.
+ Marcas con las que se va a inicializar el enlazador.
+ Objeto que indica dónde se usa esta operación.
+ Secuencia de instancias de para los argumentos de esta operación.
+
+
+ Inicializa un nuevo enlazador de operaciones de obtención de miembro de CSharp.
+ Devuelve un nuevo enlazador de operaciones de obtención de miembro de CSharp.
+ Marcas con las que se va a inicializar el enlazador.
+ Nombre del miembro que se va a obtener.
+ Objeto que indica dónde se usa esta operación.
+ Secuencia de instancias de para los argumentos de esta operación.
+
+
+ Inicializa un nuevo enlazador de invocaciones de CSharp.
+ Devuelve un nuevo enlazador de invocaciones de CSharp.
+ Marcas con las que se va a inicializar el enlazador.
+ Objeto que indica dónde se usa esta operación.
+ Secuencia de instancias de para los argumentos de esta operación.
+
+
+ Inicializa un nuevo enlazador de invocaciones de constructor de CSharp.
+ Devuelve un nuevo enlazador de invocaciones de constructor de CSharp.
+ Marcas con las que se va a inicializar el enlazador.
+ Objeto que indica dónde se usa esta operación.
+ Secuencia de instancias de para los argumentos de esta operación.
+
+
+ Inicializa un nuevo enlazador de invocaciones de miembro de CSharp.
+ Devuelve un nuevo enlazador de invocaciones de miembro de CSharp.
+ Marcas con las que se va a inicializar el enlazador.
+ Nombre del miembro al que se va a invocar.
+ Lista de los argumentos de tipo especificados para esta invocación.
+ Objeto que indica dónde se usa esta operación.
+ Secuencia de instancias de para los argumentos de esta operación.
+
+
+ Inicializa un nuevo enlazador de búsquedas de eventos de CSharp.
+ Devuelve un nuevo enlazador de búsquedas de eventos de CSharp.
+ Marcas con las que se va a inicializar el enlazador.
+ Nombre del evento que se va a buscar.
+ Objeto que indica dónde se usa esta operación.
+
+
+ Inicializa un nuevo enlazador de operaciones de establecimiento de índice de CSharp.
+ Devuelve un nuevo enlazador de operaciones de establecimiento de índice de CSharp.
+ Marcas con las que se va a inicializar el enlazador.
+ Objeto que indica dónde se usa esta operación.
+ Secuencia de instancias de para los argumentos de esta operación.
+
+
+ Inicializa un nuevo enlazador de operaciones de establecimiento de miembro de CSharp.
+ Devuelve un nuevo enlazador de operaciones de establecimiento de miembro de CSharp.
+ Marcas con las que se va a inicializar el enlazador.
+ Nombre del miembro que se va a establecer.
+ Objeto que indica dónde se usa esta operación.
+ Secuencia de instancias de para los argumentos de esta operación.
+
+
+ Inicializa un nuevo enlazador de operaciones unarias de CSharp.
+ Devuelve un nuevo enlazador de operaciones unarias de CSharp.
+ Marcas con las que se va a inicializar el enlazador.
+ Tipo de operación unaria.
+ Objeto que indica dónde se usa esta operación.
+ Secuencia de instancias de para los argumentos de esta operación.
+
+
+ Representa información sobre las operaciones dinámicas de C# que son específicas de argumentos concretos en un lugar de llamada.Las instancias de esta clase se generan mediante el compilador de C#.
+
+
+ Inicializa una nueva instancia de la clase .
+ Nueva instancia de la clase .
+ Marcas para el argumento.
+ Nombre del argumento, si lo tiene; de lo contrario, NULL.
+
+
+ Representa información sobre las operaciones dinámicas de C# que son específicas de argumentos concretos en un lugar de llamada.Las instancias de esta clase se generan mediante el compilador de C#.
+
+
+ El argumento es una constante.
+
+
+ El argumento se pasa a un parámetro out.
+
+
+ El argumento se pasa a un parámetro ref.
+
+
+ El argumento es un objeto que indica un nombre de tipo real utilizado en origen.Únicamente se usa para los objetos de destino en las llamadas estáticas.
+
+
+ Es un argumento con nombre.
+
+
+ Ninguna información adicional para representar.
+
+
+ El tipo de tiempo de compilación del argumento debe considerarse durante el enlace.
+
+
+ Representa información sobre las operaciones dinámicas de C# que no son específicas de argumentos concretos en un sitio de llamada.Las instancias de esta clase se generan mediante el compilador de C#.
+
+
+ El enlazador representa un operador AND lógico u OR lógico que forma parte de una evaluación de operadores lógicos condicionales.
+
+
+ La evaluación de este enlazador se lleva a cabo en un contexto comprobado.
+
+
+ El enlazador representa una conversión implícita que se puede usar en una expresión de creación de matrices.
+
+
+ El enlazador representa una conversión explícita.
+
+
+ El enlazador representa una invocación en un nombre simple.
+
+
+ El enlazador representa una invocación en un nombre especial.
+
+
+ Este enlazador no requiere ninguna información adicional.
+
+
+ El enlazador se usa en una posición que no requiere un resultado y, por lo tanto, se puede enlazar a un método que devuelva void.
+
+
+ El resultado de cualquier enlace que se vaya a indizar obtiene un enlazador de índice set o de índice get.
+
+
+ El valor de este índice o miembro set se convierte en un operador de asignación compuesto.
+
+
+ Representa un error que se produce cuando se procesa un enlace dinámico en el enlazador en tiempo de ejecución de C#.
+
+
+ Inicializa una nueva instancia de la clase .
+
+
+ Inicializa una nueva instancia de la clase que tiene un mensaje de error especificado.
+ Mensaje que describe la excepción.El llamador de este constructor debe asegurarse de que esta cadena se ha traducido para la actual referencia cultural del sistema.
+
+
+ Inicializa una nueva instancia de la clase que tiene un mensaje de error especificado y una referencia a la excepción interna que representa la causa de esta excepción.
+ Mensaje de error que explica la razón de la excepción.
+ Excepción que es la causa de la excepción actual, o una referencia nula si no se especifica ninguna excepción interna.
+
+
+ Representa un error que se produce cuando se procesa un enlace dinámico en el enlazador en tiempo de ejecución de C#.
+
+
+ Inicializa una nueva instancia de la clase con un mensaje proporcionado por el sistema que describe el error.
+
+
+ Inicializa una nueva instancia de la clase con un mensaje de error especificado que describe el error.
+ Mensaje que describe la excepción.El llamador de este constructor debe asegurarse de que esta cadena se ha traducido para la actual referencia cultural del sistema.
+
+
+ Inicializa una nueva instancia de la clase que tiene un mensaje de error especificado y una referencia a la excepción interna que representa la causa de esta excepción.
+ Mensaje de error que explica la razón de la excepción.
+ Excepción que es la causa de la excepción actual, o una referencia nula si no se especifica ninguna excepción interna.
+
+
+
\ No newline at end of file
diff --git a/packages/Microsoft.CSharp.4.5.0/ref/netstandard1.0/fr/Microsoft.CSharp.xml b/packages/Microsoft.CSharp.4.5.0/ref/netstandard1.0/fr/Microsoft.CSharp.xml
new file mode 100644
index 00000000..6ac8b3b9
--- /dev/null
+++ b/packages/Microsoft.CSharp.4.5.0/ref/netstandard1.0/fr/Microsoft.CSharp.xml
@@ -0,0 +1,201 @@
+
+
+
+ Microsoft.CSharp
+
+
+
+ Contient des méthodes de fabrique pour créer des classeurs de sites d'appel dynamiques pour CSharp.
+
+
+ Initialise un nouveau classeur d'opérations binaires CSharp.
+ Retourne un nouveau classeur d'opérations binaires CSharp.
+ Indicateurs avec lesquels initialiser le classeur.
+ Type d'opération binaire.
+
+ qui indique où cette opération est utilisée.
+ Séquence d'instances pour les arguments de cette opération.
+
+
+ Initialise un nouveau classeur de conversion CSharp.
+ Retourne un nouveau classeur de conversion CSharp.
+ Indicateurs avec lesquels initialiser le classeur.
+ Type dans lequel convertir.
+
+ qui indique où cette opération est utilisée.
+
+
+ Initialise un nouveau classeur d'obtention d'index CSharp.
+ Retourne un nouveau classeur d'obtention d'index CSharp.
+ Indicateurs avec lesquels initialiser le classeur.
+
+ qui indique où cette opération est utilisée.
+ Séquence d'instances pour les arguments de cette opération.
+
+
+ Initialise un nouveau classeur d'obtention de membre CSharp.
+ Retourne un nouveau classeur d'obtention de membre CSharp.
+ Indicateurs avec lesquels initialiser le classeur.
+ Nom du membre à obtenir.
+
+ qui indique où cette opération est utilisée.
+ Séquence d'instances pour les arguments de cette opération.
+
+
+ Initialise un nouveau classeur d'appel CSharp.
+ Retourne un nouveau classeur d'appel CSharp.
+ Indicateurs avec lesquels initialiser le classeur.
+
+ qui indique où cette opération est utilisée.
+ Séquence d'instances pour les arguments de cette opération.
+
+
+ Initialise un nouveau classeur de constructeurs appelés CSharp.
+ Retourne un nouveau classeur de constructeurs appelés CSharp.
+ Indicateurs avec lesquels initialiser le classeur.
+
+ qui indique où cette opération est utilisée.
+ Séquence d'instances pour les arguments de cette opération.
+
+
+ Initialise un nouveau classeur de membres appelés CSharp.
+ Retourne un nouveau classeur de membres appelés CSharp.
+ Indicateurs avec lesquels initialiser le classeur.
+ Nom du membre à appeler.
+ Liste d'arguments de type spécifiés pour cet appel.
+
+ qui indique où cette opération est utilisée.
+ Séquence d'instances pour les arguments de cette opération.
+
+
+ Initialise un nouveau classeur d'événements CSharp.
+ Retourne un nouveau classeur d'événement CSharp.
+ Indicateurs avec lesquels initialiser le classeur.
+ Nom de l'événement à rechercher.
+
+ qui indique où cette opération est utilisée.
+
+
+ Initialise un nouveau classeur de définition d'index CSharp.
+ Retourne un nouveau classeur de définition d'index CSharp.
+ Indicateurs avec lesquels initialiser le classeur.
+
+ qui indique où cette opération est utilisée.
+ Séquence d'instances pour les arguments de cette opération.
+
+
+ Initialise un nouveau classeur de définition de membre CSharp.
+ Retourne un nouveau classeur de définition de membre CSharp.
+ Indicateurs avec lesquels initialiser le classeur.
+ Nom du membre à définir.
+
+ qui indique où cette opération est utilisée.
+ Séquence d'instances pour les arguments de cette opération.
+
+
+ Initialise un nouveau classeur d'opérations unaires CSharp.
+ Retourne un nouveau classeur d'opérations unaires CSharp.
+ Indicateurs avec lesquels initialiser le classeur.
+ Type d'opération unaire.
+
+ qui indique où cette opération est utilisée.
+ Séquence d'instances pour les arguments de cette opération.
+
+
+ Représente les informations relatives aux opérations dynamiques en C# qui sont spécifiques à des arguments particuliers sur un site d'appel.Les instances de cette classe sont générées par le compilateur C#.
+
+
+ Initialise une nouvelle instance de la classe .
+ Nouvelle instance de la classe .
+ Indicateurs de l'argument.
+ Nom de l'argument, s'il est nommé ; sinon, null.
+
+
+ Représente les informations relatives aux opérations dynamiques en C# qui sont spécifiques à des arguments particuliers sur un site d'appel.Les instances de cette classe sont générées par le compilateur C#.
+
+
+ L'argument est une constante.
+
+
+ L'argument est passé à un paramètre de sortie (out).
+
+
+ L'argument est passé à un paramètre de référence (ref).
+
+
+ L'argument est un qui indique un nom de type réel utilisé dans la source.Utilisé uniquement pour les objets cible dans les appels statiques.
+
+
+ L'argument est un argument nommé.
+
+
+ Aucune information supplémentaire à représenter.
+
+
+ Le type de l'argument au moment de la compilation doit être considéré pendant la liaison.
+
+
+ Représente les informations relatives aux opérations dynamiques en C# qui ne sont pas spécifiques à des arguments particuliers sur un site d'appel.Les instances de cette classe sont générées par le compilateur C#.
+
+
+ Le classeur représente un AND logique ou un OR logique faisant partie d'une évaluation d'opérateur logique conditionnelle.
+
+
+ L'évaluation de ce classeur s'effectue dans un contexte vérifié (checked).
+
+
+ Le classeur représente une conversion implicite pour une utilisation dans une expression de création de tableau.
+
+
+ Le classeur représente une conversion explicite.
+
+
+ Le classeur représente un appel sur un nom simple.
+
+
+ Le classeur représente un appel sur un nom spécial.
+
+
+ Aucune information supplémentaire n'est requise pour ce classeur.
+
+
+ Le classeur est utilisé à un emplacement qui ne requiert pas de résultat et peut par conséquent créer une liaison avec une méthode retournant void.
+
+
+ Le résultat de n'importe quel lien sera un classeur indexé d'obtention d'index ou de membre défini.
+
+
+ La valeur dans cet index défini ou membre défini provient d'un opérateur d'assignation composée.
+
+
+ Représente une erreur qui se produit lorsqu'un lien dynamique dans le binder d'exécution C# est traité.
+
+
+ Initialise une nouvelle instance de la classe .
+
+
+ Initialise une nouvelle instance de la classe qui comporte un message d'erreur spécifié.
+ Message qui décrit l'exception.L'appelant de ce constructeur doit vérifier que cette chaîne a été localisée pour la culture du système en cours.
+
+
+ Initialise une nouvelle instance de la classe qui comporte un message d'erreur spécifié et une référence à l'exception interne à l'origine de cette exception.
+ Message d'erreur indiquant la raison de l'exception.
+ Exception à l'origine de l'exception actuelle, ou référence null si aucune exception interne n'est spécifiée.
+
+
+ Représente une erreur qui se produit lorsqu'un lien dynamique dans le binder d'exécution C# est traité.
+
+
+ Initialise une nouvelle instance de la classe avec un message système décrivant l'erreur.
+
+
+ Initialise une nouvelle instance de la classe avec un message spécifié décrivant l'erreur.
+ Message qui décrit l'exception.L'appelant de ce constructeur doit vérifier que cette chaîne a été localisée pour la culture du système en cours.
+
+
+ Initialise une nouvelle instance de la classe qui comporte un message d'erreur spécifié et une référence à l'exception interne à l'origine de cette exception.
+ Message d'erreur indiquant la raison de l'exception.
+ Exception à l'origine de l'exception actuelle, ou référence null si aucune exception interne n'est spécifiée.
+
+
+
\ No newline at end of file
diff --git a/packages/Microsoft.CSharp.4.5.0/ref/netstandard1.0/it/Microsoft.CSharp.xml b/packages/Microsoft.CSharp.4.5.0/ref/netstandard1.0/it/Microsoft.CSharp.xml
new file mode 100644
index 00000000..e7621f37
--- /dev/null
+++ b/packages/Microsoft.CSharp.4.5.0/ref/netstandard1.0/it/Microsoft.CSharp.xml
@@ -0,0 +1,190 @@
+
+
+
+ Microsoft.CSharp
+
+
+
+ Contiene metodi factory per creare gestori di associazione del sito di chiamata dinamica per CSharp.
+
+
+ Inizializza un nuovo gestore di associazione dell'operazione binaria di CSharp.
+ Restituisce un nuovo gestore di associazione dell'operazione binaria di CSharp.
+ Flag con cui inizializzare il gestore di associazione.
+ Tipo di operazione binaria.
+ Oggetto che indica il contesto in cui viene utilizzata l'operazione.
+ Sequenza di istanze di per gli argomenti dell'operazione.
+
+
+ Inizializza un nuovo gestore di associazione delle conversioni di CSharp.
+ Restituisce un nuovo gestore di associazione delle conversioni di CSharp.
+ Flag con cui inizializzare il gestore di associazione.
+ Tipo in cui eseguire la conversione.
+ Oggetto che indica il contesto in cui viene utilizzata l'operazione.
+
+
+ Inizializza un nuovo gestore di associazione dell'indice get di CSharp.
+ Restituisce un nuovo gestore di associazione dell'indice get di CSharp.
+ Flag con cui inizializzare il gestore di associazione.
+ Oggetto che indica il contesto in cui viene utilizzata l'operazione.
+ Sequenza di istanze di per gli argomenti dell'operazione.
+
+
+ Inizializza un nuovo gestore di associazione del membro get di CSharp.
+ Restituisce un nuovo gestore di associazione del membro get di CSharp.
+ Flag con cui inizializzare il gestore di associazione.
+ Nome del membro da ottenere.
+ Oggetto che indica il contesto in cui viene utilizzata l'operazione.
+ Sequenza di istanze di per gli argomenti dell'operazione.
+
+
+ Inizializza un nuovo gestore di associazione invoke di CSharp.
+ Restituisce un nuovo gestore di associazione invoke di CSharp.
+ Flag con cui inizializzare il gestore di associazione.
+ Oggetto che indica il contesto in cui viene utilizzata l'operazione.
+ Sequenza di istanze di per gli argomenti dell'operazione.
+
+
+ Inizializza un nuovo gestore di associazione del costruttore invoke di CSharp.
+ Restituisce un nuovo gestore di associazione del costruttore invoke di CSharp.
+ Flag con cui inizializzare il gestore di associazione.
+ Oggetto che indica il contesto in cui viene utilizzata l'operazione.
+ Sequenza di istanze di per gli argomenti dell'operazione.
+
+
+ Inizializza un nuovo gestore di associazione del membro invoke di CSharp.
+ Restituisce un nuovo gestore di associazione del membro invoke di CSharp.
+ Flag con cui inizializzare il gestore di associazione.
+ Nome del membro da richiamare,
+ Elenco di argomenti del tipo specificati per la chiamata.
+ Oggetto che indica il contesto in cui viene utilizzata l'operazione.
+ Sequenza di istanze di per gli argomenti dell'operazione.
+
+
+ Inizializza un nuovo gestore di associazione degli eventi is di CSharp.
+ Restituisce un nuovo gestore di associazione degli eventi is di CSharp.
+ Flag con cui inizializzare il gestore di associazione.
+ Nome dell'evento di cui eseguire la ricerca.
+ Oggetto che indica il contesto in cui viene utilizzata l'operazione.
+
+
+ Inizializza un nuovo gestore di associazione dell'indice set di CSharp.
+ Restituisce un nuovo gestore di associazione dell'indice set di CSharp.
+ Flag con cui inizializzare il gestore di associazione.
+ Oggetto che indica il contesto in cui viene utilizzata l'operazione.
+ Sequenza di istanze di per gli argomenti dell'operazione.
+
+
+ Inizializza un nuovo gestore di associazione del membro set di CSharp.
+ Restituisce un nuovo gestore di associazione del membro set di CSharp.
+ Flag con cui inizializzare il gestore di associazione.
+ Nome del membro da impostare.
+ Oggetto che indica il contesto in cui viene utilizzata l'operazione.
+ Sequenza di istanze di per gli argomenti dell'operazione.
+
+
+ Inizializza un nuovo gestore di associazione dell'operazione unaria di CSharp.
+ Restituisce un nuovo gestore di associazione dell'operazione unaria di CSharp.
+ Flag con cui inizializzare il gestore di associazione.
+ Tipo di operazione unaria.
+ Oggetto che indica il contesto in cui viene utilizzata l'operazione.
+ Sequenza di istanze di per gli argomenti dell'operazione.
+
+
+ Rappresenta informazioni sulle operazioni dinamiche in C# specifiche di determinati argomenti in un sito di chiamata.Istanze di questa classe vengono generate dal compilatore C#.
+
+
+ Inizializza una nuova istanza della classe .
+ Nuova istanza della classe .
+ Flag per l'argomento.
+ Nome dell'argomento, se denominato; in caso contrario, null.
+
+
+ Rappresenta informazioni sulle operazioni dinamiche in C# specifiche di determinati argomenti in un sito di chiamata.Istanze di questa classe vengono generate dal compilatore C#.
+
+
+ L'argomento è una costante.
+
+
+ L'argomento viene passato a un parametro out.
+
+
+ L'argomento viene passato a un parametro ref.
+
+
+ L'argomento è un oggetto che indica un nome di tipo effettivo utilizzato nell'origine.Utilizzato solo per gli oggetti di destinazione in chiamate statiche.
+
+
+ L'argomento è un argomento denominato.
+
+
+ Nessuna informazione aggiuntiva da rappresentare.
+
+
+ Il tipo dell'argomento in fase di compilazione deve essere considerato durante l'associazione.
+
+
+ Rappresenta informazioni sulle operazioni dinamiche in C# non specifiche di determinati argomenti in un sito di chiamata.Istanze di questa classe vengono generate dal compilatore C#.
+
+
+ Il gestore di associazione rappresenta un operatore logico AND o OR che fa parte di una valutazione dell'operatore logico condizionale.
+
+
+ La valutazione di questo gestore di associazione si verifica in un contesto verificato.
+
+
+ Il gestore di associazione rappresenta una conversione implicita per l'utilizzo in un'espressione di creazione di una matrice.
+
+
+ Il gestore di associazione rappresenta una conversione esplicita.
+
+
+ Il gestore di associazione rappresenta una chiamata per un nome semplice.
+
+
+ Il gestore di associazione rappresenta una chiamata per uno SpecialName.
+
+
+ Non sono presenti informazioni aggiuntive necessarie per questo gestore di associazione.
+
+
+ Il gestore di associazione viene utilizzato in una posizione che non richiede un risultato e può quindi essere associato a un metodo che restituisce void.
+
+
+ Il risultato di qualsiasi associazione sarà indicizzato per ottenere un gestore di associazione dell'indice set o get.
+
+
+ Il valore in questo indice set o membro set presenta un operatore di assegnazione composto.
+
+
+ Rappresenta un errore che si verifica quando viene elaborata un'associazione dinamica nel gestore di associazione di runtime in C#.
+
+
+ Inizializza una nuova istanza della classe .
+
+
+ Inizializza una nuova istanza della classe che include un messaggio di errore specificato.
+ Messaggio in cui viene descritta l'eccezione.È necessario che il chiamante del costruttore assicuri che la stringa sia stata localizzata per le impostazioni cultura correnti del sistema.
+
+
+ Inizializza una nuova istanza della classe che include un messaggio di errore specificato e un riferimento all'eccezione interna che ha generato l'eccezione.
+ Messaggio di errore nel quale viene indicato il motivo dell’eccezione
+ Eccezione che ha provocato l'eccezione corrente o riferimento null se non è stata specificata alcuna eccezione interna.
+
+
+ Rappresenta un errore che si verifica quando viene elaborata un'associazione dinamica nel gestore di associazione di runtime in C#.
+
+
+ Inizializza una nuova istanza della classe con un messaggio fornito dal sistema in cui viene descritto l'errore.
+
+
+ Inizializza una nuova istanza della classe con un messaggio specifico in cui viene descritto l'errore.
+ Messaggio in cui viene descritta l'eccezione.È necessario che il chiamante del costruttore assicuri che la stringa sia stata localizzata per le impostazioni cultura correnti del sistema.
+
+
+ Inizializza una nuova istanza della classe che include un messaggio di errore specificato e un riferimento all'eccezione interna che ha generato l'eccezione.
+ Messaggio di errore nel quale viene indicato il motivo dell’eccezione
+ Eccezione che ha provocato l'eccezione corrente o riferimento null se non è stata specificata alcuna eccezione interna.
+
+
+
\ No newline at end of file
diff --git a/packages/Microsoft.CSharp.4.5.0/ref/netstandard1.0/ja/Microsoft.CSharp.xml b/packages/Microsoft.CSharp.4.5.0/ref/netstandard1.0/ja/Microsoft.CSharp.xml
new file mode 100644
index 00000000..e1f883cf
--- /dev/null
+++ b/packages/Microsoft.CSharp.4.5.0/ref/netstandard1.0/ja/Microsoft.CSharp.xml
@@ -0,0 +1,193 @@
+
+
+
+ Microsoft.CSharp
+
+
+
+ CSharp の動的呼び出しサイト バインダーを作成するファクトリ メソッドが含まれています。
+
+
+ CSharp の新しい二項演算バインダーを初期化します。
+ CSharp の新しい二項演算バインダーを返します。
+ バインダーの初期化に使用するフラグ。
+ 二項演算の種類。
+ この操作の使用場所を示す 。
+ この操作に対する引数の インスタンスのシーケンス。
+
+
+ CSharp の新しい変換バインダーを初期化します。
+ CSharp の新しい変換バインダーを返します。
+ バインダーの初期化に使用するフラグ。
+ 変換後の型。
+ この操作の使用場所を示す 。
+
+
+ CSharp の新しいインデックス取得バインダーを初期化します。
+ CSharp の新しいインデックス取得バインダーを返します。
+ バインダーの初期化に使用するフラグ。
+ この操作の使用場所を示す 。
+ この操作に対する引数の インスタンスのシーケンス。
+
+
+ CSharp の新しいメンバー取得バインダーを初期化します。
+ CSharp の新しいメンバー取得バインダーを返します。
+ バインダーの初期化に使用するフラグ。
+ 取得するメンバーの名前。
+ この操作の使用場所を示す 。
+ この操作に対する引数の インスタンスのシーケンス。
+
+
+ CSharp の新しい呼び出しバインダーを初期化します。
+ CSharp の新しい呼び出しバインダーを返します。
+ バインダーの初期化に使用するフラグ。
+ この操作の使用場所を示す 。
+ この操作に対する引数の インスタンスのシーケンス。
+
+
+ CSharp の新しいコンストラクター バインダーを初期化します。
+ CSharp の新しいコンストラクター バインダーを返します。
+ バインダーの初期化に使用するフラグ。
+ この操作の使用場所を示す 。
+ この操作に対する引数の インスタンスのシーケンス。
+
+
+ CSharp の新しいメンバー呼び出しバインダーを初期化します。
+ CSharp の新しいメンバー呼び出しバインダーを返します。
+ バインダーの初期化に使用するフラグ。
+ 呼び出されるメンバーの名前。
+ この呼び出しに対して指定する型引数のリスト。
+ この操作の使用場所を示す 。
+ この操作に対する引数の インスタンスのシーケンス。
+
+
+ CSharp の新しいイベント確認バインダーを初期化します。
+ CSharp の新しいイベント確認バインダーを返します。
+ バインダーの初期化に使用するフラグ。
+ 検索するイベントの名前。
+ この操作の使用場所を示す 。
+
+
+ CSharp の新しいインデックス設定バインダーを初期化します。
+ CSharp の新しいインデックス設定バインダーを返します。
+ バインダーの初期化に使用するフラグ。
+ この操作の使用場所を示す 。
+ この操作に対する引数の インスタンスのシーケンス。
+
+
+ CSharp の新しいメンバー設定バインダーを初期化します。
+ CSharp の新しいメンバー設定バインダーを返します。
+ バインダーの初期化に使用するフラグ。
+ 設定するメンバーの名前。
+ この操作の使用場所を示す 。
+ この操作に対する引数の インスタンスのシーケンス。
+
+
+ CSharp の新しい単項演算バインダーを初期化します。
+ CSharp の新しい単項演算バインダーを返します。
+ バインダーの初期化に使用するフラグ。
+ 単項演算の種類。
+ この操作の使用場所を示す 。
+ この操作に対する引数の インスタンスのシーケンス。
+
+
+ 呼び出しサイトにおける特定の引数に固有の、C# の動的操作に関する情報を表します。このクラスのインスタンスは、C# コンパイラによって生成されます。
+
+
+
+ クラスの新しいインスタンスを初期化します。
+
+ クラスの新しいインスタンス。
+ 引数のフラグ。
+ 引数に名前がある場合はその名前。それ以外の場合は null。
+
+
+ 呼び出しサイトにおける特定の引数に固有の、C# の動的操作に関する情報を表します。このクラスのインスタンスは、C# コンパイラによって生成されます。
+
+
+ 引数は定数です。
+
+
+ 引数は out パラメーターに渡されます。
+
+
+ 引数は ref パラメーターに渡されます。
+
+
+ 引数は、ソースで使用されている実際の型名を示す です。静的呼び出しのターゲット オブジェクトでのみ使用されます。
+
+
+ 引数は名前付き引数です。
+
+
+ 追加情報はありません。
+
+
+ 引数のコンパイル時の型はバインディング時に考慮されます。
+
+
+ 呼び出しサイトにおける特定の引数に固有ではない、C# の動的操作に関する情報を表します。このクラスのインスタンスは、C# コンパイラによって生成されます。
+
+
+ このバインダーは、条件論理演算子の評価の一部である論理 AND または論理 OR を表します。
+
+
+ このバインダーの評価は、checked コンテキストで行われます。
+
+
+ このバインダーは、配列作成式で使用する暗黙の型変換を表します。
+
+
+ このバインダーは、明示的な変換を表します。
+
+
+ このバインダーは、簡易名での呼び出しを表します。
+
+
+ このバインダーは、特別な名前での呼び出しを表します。
+
+
+ このバインダーに必要な追加情報はありません。
+
+
+ バインダーは、結果を必要としない位置で使用されるため、戻り型が void のメソッドにバインドできます。
+
+
+ どのバインドの結果にもインデックスが付けられます。インデックス設定バインダーまたはインデックス取得バインダーが必要です。
+
+
+ このインデックス設定またはメンバー設定の値は複合代入演算子になります。
+
+
+ C# ランタイム バインダーで動的バインドが処理されたときに発生するエラーを表します。
+
+
+
+ クラスの新しいインスタンスを初期化します。
+
+
+ 指定したエラー メッセージを持つ、 クラスの新しいインスタンスを初期化します。
+ 例外を説明するメッセージ。このコンストラクターの呼び出し元では、この文字列が現在のシステムのカルチャに合わせてローカライズ済みであることを確認しておく必要があります。
+
+
+ 指定したエラー メッセージおよびこの例外の原因である内部例外への参照を持つ、 クラスの新しいインスタンスを初期化します。
+ 例外の原因を説明するエラー メッセージ。
+ 現在の例外の原因となった例外。内部例外が指定されていない場合は null 参照。
+
+
+ C# ランタイム バインダーで動的バインドが処理されたときに発生するエラーを表します。
+
+
+ エラーを説明するシステム提供のメッセージを使用して、 クラスの新しいインスタンスを初期化します。
+
+
+ エラーを説明する指定したメッセージを使用して、 クラスの新しいインスタンスを初期化します。
+ 例外を説明するメッセージ。このコンストラクターの呼び出し元では、この文字列が現在のシステムのカルチャに合わせてローカライズ済みであることを確認しておく必要があります。
+
+
+ 指定したエラー メッセージおよびこの例外の原因である内部例外への参照を持つ、 クラスの新しいインスタンスを初期化します。
+ 例外の原因を説明するエラー メッセージ。
+ 現在の例外の原因となった例外。内部例外が指定されていない場合は null 参照。
+
+
+
\ No newline at end of file
diff --git a/packages/Microsoft.CSharp.4.5.0/ref/netstandard1.0/ko/Microsoft.CSharp.xml b/packages/Microsoft.CSharp.4.5.0/ref/netstandard1.0/ko/Microsoft.CSharp.xml
new file mode 100644
index 00000000..2e648554
--- /dev/null
+++ b/packages/Microsoft.CSharp.4.5.0/ref/netstandard1.0/ko/Microsoft.CSharp.xml
@@ -0,0 +1,193 @@
+
+
+
+ Microsoft.CSharp
+
+
+
+ CSharp의 동적 호출 사이트 바인더를 만드는 팩터리 메서드가 들어 있습니다.
+
+
+ 새 CSharp 이항 연산 바인더를 초기화합니다.
+ 새 CSharp 이항 연산 바인더를 반환합니다.
+ 바인더를 초기화하는 데 사용할 플래그입니다.
+ 이항 연산 종류입니다.
+ 이 작업이 사용된 위치를 나타내는 입니다.
+ 이 작업의 인수에 사용할 인스턴스의 시퀀스입니다.
+
+
+ 새 CSharp 변환 바인더를 초기화합니다.
+ 새 CSharp 변환 바인더를 반환합니다.
+ 바인더를 초기화하는 데 사용할 플래그입니다.
+ 변환할 대상 형식입니다.
+ 이 작업이 사용된 위치를 나타내는 입니다.
+
+
+ 새 CSharp 인덱스 가져오기 바인더를 초기화합니다.
+ 새 CSharp 인덱스 가져오기 바인더를 반환합니다.
+ 바인더를 초기화하는 데 사용할 플래그입니다.
+ 이 작업이 사용된 위치를 나타내는 입니다.
+ 이 작업의 인수에 사용할 인스턴스의 시퀀스입니다.
+
+
+ 새 CSharp 멤버 가져오기 바인더를 초기화합니다.
+ 새 CSharp 멤버 가져오기 바인더를 반환합니다.
+ 바인더를 초기화하는 데 사용할 플래그입니다.
+ 가져올 멤버의 이름입니다.
+ 이 작업이 사용된 위치를 나타내는 입니다.
+ 이 작업의 인수에 사용할 인스턴스의 시퀀스입니다.
+
+
+ 새 CSharp 호출 바인더를 초기화합니다.
+ 새 CSharp 호출 바인더를 반환합니다.
+ 바인더를 초기화하는 데 사용할 플래그입니다.
+ 이 작업이 사용된 위치를 나타내는 입니다.
+ 이 작업의 인수에 사용할 인스턴스의 시퀀스입니다.
+
+
+ 새 CSharp 생성자 호출 바인더를 초기화합니다.
+ 새 CSharp 생성자 호출 바인더를 반환합니다.
+ 바인더를 초기화하는 데 사용할 플래그입니다.
+ 이 작업이 사용된 위치를 나타내는 입니다.
+ 이 작업의 인수에 사용할 인스턴스의 시퀀스입니다.
+
+
+ 새 CSharp 멤버 호출 바인더를 초기화합니다.
+ 새 CSharp 멤버 호출 바인더를 반환합니다.
+ 바인더를 초기화하는 데 사용할 플래그입니다.
+ 호출할 멤버의 이름입니다.
+ 이 호출에 대해 지정된 형식 인수의 목록입니다.
+ 이 작업이 사용된 위치를 나타내는 입니다.
+ 이 작업의 인수에 사용할 인스턴스의 시퀀스입니다.
+
+
+ 새 CSharp 이벤트 확인 바인더를 초기화합니다.
+ 새 CSharp 이벤트 확인 바인더를 반환합니다.
+ 바인더를 초기화하는 데 사용할 플래그입니다.
+ 찾을 이벤트의 이름입니다.
+ 이 작업이 사용된 위치를 나타내는 입니다.
+
+
+ 새 CSharp 인덱스 설정 바인더를 초기화합니다.
+ 새 CSharp 인덱스 설정 바인더를 반환합니다.
+ 바인더를 초기화하는 데 사용할 플래그입니다.
+ 이 작업이 사용된 위치를 나타내는 입니다.
+ 이 작업의 인수에 사용할 인스턴스의 시퀀스입니다.
+
+
+ 새 CSharp 멤버 설정 바인더를 초기화합니다.
+ 새 CSharp 멤버 설정 바인더를 반환합니다.
+ 바인더를 초기화하는 데 사용할 플래그입니다.
+ 설정할 멤버의 이름입니다.
+ 이 작업이 사용된 위치를 나타내는 입니다.
+ 이 작업의 인수에 사용할 인스턴스의 시퀀스입니다.
+
+
+ 새 CSharp 단항 연산 바인더를 초기화합니다.
+ 새 CSharp 단항 연산 바인더를 반환합니다.
+ 바인더를 초기화하는 데 사용할 플래그입니다.
+ 단항 연산 종류입니다.
+ 이 작업이 사용된 위치를 나타내는 입니다.
+ 이 작업의 인수에 사용할 인스턴스의 시퀀스입니다.
+
+
+ 호출 사이트의 특정 인수와 관련된 C# 동적 작업에 대한 정보를 나타냅니다.이 클래스의 인스턴스는 C# 컴파일러에서 생성됩니다.
+
+
+
+ 클래스의 새 인스턴스를 초기화합니다.
+
+ 클래스의 새 인스턴스입니다.
+ 인수의 플래그입니다.
+ 명명된 경우 인수의 이름이고, 그렇지 않으면 null입니다.
+
+
+ 호출 사이트의 특정 인수와 관련된 C# 동적 작업에 대한 정보를 나타냅니다.이 클래스의 인스턴스는 C# 컴파일러에서 생성됩니다.
+
+
+ 인수가 상수입니다.
+
+
+ 인수가 out 매개 변수에 전달됩니다.
+
+
+ 인수가 ref 매개 변수에 전달됩니다.
+
+
+ 인수가 소스에서 사용된 실제 형식 이름을 나타내는 입니다.정적 호출의 대상 개체에만 사용됩니다.
+
+
+ 인수가 명명된 인수입니다.
+
+
+ 나타낼 추가 정보가 없습니다.
+
+
+ 바인딩하는 동안 인수의 컴파일 타임 형식을 고려해야 합니다.
+
+
+ 호출 사이트의 특정 인수와 관련되지 않은 C# 동적 작업에 대한 정보를 나타냅니다.이 클래스의 인스턴스는 C# 컴파일러에서 생성됩니다.
+
+
+ 바인더는 조건부 논리 연산자 계산에 속하는 논리적 AND 또는 논리적 OR를 나타냅니다.
+
+
+ 이 바인더에 대한 계산은 확인된 컨텍스트에서 발생합니다.
+
+
+ 바인더는 배열 생성 식에 사용할 암시적 변환을 나타냅니다.
+
+
+ 바인더는 명시적 변환을 나타냅니다.
+
+
+ 바인더는 단순한 이름에 대한 호출을 나타냅니다.
+
+
+ 바인더는 특수한 이름에 대한 호출을 나타냅니다.
+
+
+ 이 바인더에 필요한 추가 정보가 없습니다.
+
+
+ 바인더는 결과가 필요 없는 위치에서 사용되므로 void를 반환하는 메서드에 바인딩할 수 있습니다.
+
+
+ 바인딩의 결과가 인덱싱되어 인덱스 설정 또는 인덱스 가져오기 바인더를 가져옵니다.
+
+
+ 이 인덱스 설정 또는 멤버 설정의 값은 복합 할당 연산자에서 사용됩니다.
+
+
+ C# 런타임 바인더의 동적 바인드가 처리될 때 발생하는 오류를 나타냅니다.
+
+
+
+ 클래스의 새 인스턴스를 초기화합니다.
+
+
+ 지정된 오류 메시지가 있는 클래스의 새 인스턴스를 초기화합니다.
+ 예외를 설명하는 메시지입니다.이 생성자의 호출자는 이 문자열이 현재 시스템 문화권에 맞게 지역화되었는지 확인하는 데 필요합니다.
+
+
+ 지정된 오류 메시지 및 해당 예외의 원인인 내부 예외에 대한 참조가 있는 클래스의 새 인스턴스를 초기화합니다.
+ 예외에 대한 이유를 설명하는 오류 메시지입니다.
+ 현재 예외의 원인인 예외 또는 내부 예외가 지정되지 않은 경우 null 참조입니다.
+
+
+ C# 런타임 바인더의 동적 바인드가 처리될 때 발생하는 오류를 나타냅니다.
+
+
+ 오류를 설명하는 시스템 제공 메시지를 사용하여 클래스의 새 인스턴스를 초기화합니다.
+
+
+ 오류를 설명하는 지정된 메시지를 사용하여 클래스의 새 인스턴스를 초기화합니다.
+ 예외를 설명하는 메시지입니다.이 생성자의 호출자는 이 문자열이 현재 시스템 문화권에 맞게 지역화되었는지 확인하는 데 필요합니다.
+
+
+ 지정된 오류 메시지와 이 예외의 원인인 내부 예외에 대한 참조를 갖는 클래스의 새 인스턴스를 초기화합니다.
+ 예외에 대한 이유를 설명하는 오류 메시지입니다.
+ 현재 예외의 원인인 예외 또는 내부 예외가 지정되지 않은 경우 null 참조입니다.
+
+
+
\ No newline at end of file
diff --git a/packages/Microsoft.CSharp.4.5.0/ref/netstandard1.0/ru/Microsoft.CSharp.xml b/packages/Microsoft.CSharp.4.5.0/ref/netstandard1.0/ru/Microsoft.CSharp.xml
new file mode 100644
index 00000000..de8cf299
--- /dev/null
+++ b/packages/Microsoft.CSharp.4.5.0/ref/netstandard1.0/ru/Microsoft.CSharp.xml
@@ -0,0 +1,190 @@
+
+
+
+ Microsoft.CSharp
+
+
+
+ Содержит фабричные методы для создания динамических связывателей источников вызова для CSharp.
+
+
+ Инициализирует новый связыватель бинарной операции CSharp.
+ Возвращает новый связыватель бинарной операции CSharp.
+ Флаги, с помощью которых выполняется инициализация связывателя.
+ Вид бинарной операции.
+ Объект , который указывает, где используется операция.
+ Последовательность экземпляров для аргументов данной операции.
+
+
+ Инициализирует новый связыватель преобразования CSharp.
+ Возвращает новый связыватель преобразования CSharp.
+ Флаги, с помощью которых выполняется инициализация связывателя.
+ Тип, в который выполняется преобразование.
+ Объект , который указывает, где используется операция.
+
+
+ Инициализирует новый связыватель получения индекса CSharp.
+ Возвращает новый связыватель получения индекса CSharp.
+ Флаги, с помощью которых выполняется инициализация связывателя.
+ Объект , который указывает, где используется операция.
+ Последовательность экземпляров для аргументов данной операции.
+
+
+ Инициализирует новый связыватель получения члена CSharp.
+ Возвращает новый связыватель получения члена CSharp.
+ Флаги, с помощью которых выполняется инициализация связывателя.
+ Имя возвращаемого члена.
+ Объект , который указывает, где используется операция.
+ Последовательность экземпляров для аргументов данной операции.
+
+
+ Инициализирует новый связыватель вызова CSharp.
+ Возвращает новый связыватель вызова CSharp.
+ Флаги, с помощью которых выполняется инициализация связывателя.
+ Объект , который указывает, где используется операция.
+ Последовательность экземпляров для аргументов данной операции.
+
+
+ Инициализирует новый связыватель вызова конструктора CSharp.
+ Возвращает новый связыватель вызова конструктора CSharp.
+ Флаги, с помощью которых выполняется инициализация связывателя.
+ Объект , который указывает, где используется операция.
+ Последовательность экземпляров для аргументов данной операции.
+
+
+ Инициализирует новый связыватель вызова члена CSharp.
+ Возвращает новый связыватель вызова члена CSharp.
+ Флаги, с помощью которых выполняется инициализация связывателя.
+ Имя элемента, который предполагается вызвать.
+ Список аргументов типа, указанных для данного вызова.
+ Объект , который указывает, где используется операция.
+ Последовательность экземпляров для аргументов данной операции.
+
+
+ Инициализирует новый связыватель поиска события CSharp.
+ Возвращает новый связыватель поиска события CSharp.
+ Флаги, с помощью которых выполняется инициализация связывателя.
+ Имя искомого события.
+ Объект , который указывает, где используется операция.
+
+
+ Инициализирует новый связыватель задания индекса CSharp.
+ Возвращает новый связыватель задания индекса CSharp.
+ Флаги, с помощью которых выполняется инициализация связывателя.
+ Объект , который указывает, где используется операция.
+ Последовательность экземпляров для аргументов данной операции.
+
+
+ Инициализирует новый связыватель задания члена CSharp.
+ Возвращает новый связыватель задания члена CSharp.
+ Флаги, с помощью которых выполняется инициализация связывателя.
+ Имя задаваемого члена.
+ Объект , который указывает, где используется операция.
+ Последовательность экземпляров для аргументов данной операции.
+
+
+ Инициализирует новый связыватель унарной операции CSharp.
+ Возвращает новый связыватель унарной операции CSharp.
+ Флаги, с помощью которых выполняется инициализация связывателя.
+ Вид унарной операции.
+ Объект , который указывает, где используется операция.
+ Последовательность экземпляров для аргументов данной операции.
+
+
+ Представляет сведения о динамических операциях C#, которые относятся к определенным аргументам в источнике вызова.Экземпляры этого класса создаются компилятором C#.
+
+
+ Инициализирует новый экземпляр класса .
+ Новый экземпляр класса .
+ Флаги для аргумента.
+ Имя аргумента, если ему присвоено имя, или NULL в противном случае.
+
+
+ Представляет сведения о динамических операциях C#, которые относятся к определенным аргументам в источнике вызова.Экземпляры этого класса создаются компилятором C#.
+
+
+ Аргумент является константой.
+
+
+ Аргумент, передаваемый в параметр out.
+
+
+ Аргумент, передаваемый в параметр ref.
+
+
+ Аргумент является объектом типа , указывающим фактическое имя типа, используемое в источнике.Используется только для целевых объектов в статических вызовах.
+
+
+ Аргумент является именованным аргументом.
+
+
+ Дополнительные сведения не представлены.
+
+
+ В процессе привязки следует учитывать тип времени компиляции аргумента.
+
+
+ Представляет сведения о динамических операциях C#, которые не относятся к определенным аргументам в источнике вызова.Экземпляры этого класса создаются компилятором C#.
+
+
+ Связыватель представляет логическое И или логическое ИЛИ, которое является частью оценки условного логического оператора.
+
+
+ Оценка данного связывателя происходит в проверяемом контексте.
+
+
+ Связыватель представляет неявное преобразование для использовании в выражении, создающем массив.
+
+
+ Связыватель представляет явное преобразование.
+
+
+ Связыватель представляет вызов по простому имени.
+
+
+ Связыватель представляет вызов по специальному имени.
+
+
+ Для данного связывателя не требуются дополнительные сведения.
+
+
+ Этот связыватель используется в позиции, не требующей результата, и, следовательно, может выполнять привязку к методу, возвращающему значение void.
+
+
+ Результатом любой привязки будет индексированный метод получения связывателя задания или получения индекса.
+
+
+ Значение данного метода задания индекса или члена становится частью составного оператора присваивания.
+
+
+ Представляет ошибку, которая происходит при обработке динамической привязки в связывателе среды выполнения C#.
+
+
+ Инициализирует новый экземпляр класса .
+
+
+ Инициализирует новый экземпляр класса , содержащий указанное сообщение об ошибке.
+ Сообщение с описанием исключения.Вызывающий оператор этого конструктора необходим, чтобы убедиться, локализована ли данная строка для текущего языка и региональных параметров системы.
+
+
+ Инициализирует новый экземпляр класса , содержащий указанное сообщение об ошибке и ссылку на внутреннее исключение, которое стало причиной данного исключения.
+ Сообщение об ошибке с объяснением причин исключения.
+ Исключение, вызвавшее текущее исключение, или пустая ссылка, если внутреннее исключение не задано.
+
+
+ Представляет ошибку, которая происходит при обработке динамической привязки в связывателе среды выполнения C#.
+
+
+ Инициализирует новый экземпляр класса системным сообщением, содержащим описание ошибки.
+
+
+ Инициализирует новый экземпляр класса заданным сообщением, содержащим описание ошибки.
+ Сообщение с описанием исключения.Вызывающий оператор этого конструктора необходим, чтобы убедиться, локализована ли данная строка для текущего языка и региональных параметров системы.
+
+
+ Инициализирует новый экземпляр класса , содержащий указанное сообщение об ошибке и ссылку на внутреннее исключение, которое стало причиной данного исключения.
+ Сообщение об ошибке с объяснением причин исключения.
+ Исключение, вызвавшее текущее исключение, или пустая ссылка, если внутреннее исключение не задано.
+
+
+
\ No newline at end of file
diff --git a/packages/Microsoft.CSharp.4.5.0/ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml b/packages/Microsoft.CSharp.4.5.0/ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml
new file mode 100644
index 00000000..3b0aa989
--- /dev/null
+++ b/packages/Microsoft.CSharp.4.5.0/ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml
@@ -0,0 +1,191 @@
+
+
+
+ Microsoft.CSharp
+
+
+
+ 包含用于为 CSharp 创建动态调用站点联编程序的工厂方法。
+
+
+ 初始化新的 CSharp 二元运算联编程序。
+ 返回新的 CSharp 二元运算联编程序。
+ 用于初始化联编程序的标志。
+ 二元运算类型。
+ 用于指示此操作的使用位置的 。
+ 此操作的参数所用的 实例序列。
+
+
+ 初始化新的 CSharp 转换联编程序。
+ 返回新的 CSharp 转换联编程序。
+ 用于初始化联编程序的标志。
+ 要转换到的类型。
+ 用于指示此操作的使用位置的 。
+
+
+ 初始化新的 CSharp 获取索引联编程序。
+ 返回新的 CSharp 获取索引联编程序。
+ 用于初始化联编程序的标志。
+ 用于指示此操作的使用位置的 。
+ 此操作的参数所用的 实例序列。
+
+
+ 初始化新的 CSharp 获取成员联编程序。
+ 返回新的 CSharp 获取成员联编程序。
+ 用于初始化联编程序的标志。
+ 要获取的成员名称。
+ 用于指示此操作的使用位置的 。
+ 此操作的参数所用的 实例序列。
+
+
+ 初始化新的 CSharp 调用联编程序。
+ 返回新的 CSharp 调用联编程序。
+ 用于初始化联编程序的标志。
+ 用于指示此操作的使用位置的 。
+ 此操作的参数所用的 实例序列。
+
+
+ 初始化新的 CSharp 调用构造函数联编程序。
+ 返回新的 CSharp 调用构造函数联编程序。
+ 用于初始化联编程序的标志。
+ 用于指示此操作的使用位置的 。
+ 此操作的参数所用的 实例序列。
+
+
+ 初始化新的 CSharp 调用成员联编程序。
+ 返回新的 CSharp 调用成员联编程序。
+ 用于初始化联编程序的标志。
+ 要调用的成员名。
+ 为此调用指定的类型参数的列表。
+ 用于指示此操作的使用位置的 。
+ 此操作的参数所用的 实例序列。
+
+
+ 初始化新的 CSharp 事件联编程序。
+ 返回新的 CSharp 事件联编程序。
+ 用于初始化联编程序的标志。
+ 要查找的事件的名称。
+ 用于指示此操作的使用位置的 。
+
+
+ 初始化新的 CSharp 设置索引联编程序。
+ 返回新的 CSharp 设置索引联编程序。
+ 用于初始化联编程序的标志。
+ 用于指示此操作的使用位置的 。
+ 此操作的参数所用的 实例序列。
+
+
+ 初始化新的 CSharp 设置成员联编程序。
+ 返回新的 CSharp 设置成员联编程序。
+ 用于初始化联编程序的标志。
+ 要设置的成员的名称。
+ 用于指示此操作的使用位置的 。
+ 此操作的参数所用的 实例序列。
+
+
+ 初始化新的 CSharp 一元运算联编程序。
+ 返回新的 CSharp 一元运算联编程序。
+ 用于初始化联编程序的标志。
+ 一元运算类型。
+ 用于指示此操作的使用位置的 。
+ 此操作的参数所用的 实例序列。
+
+
+ 表示有关特定于调用站点上的特定参数的 C# 动态操作的信息。此类的实例由 C# 编译器生成。
+
+
+ 初始化 类的新实例。
+
+ 类的新实例。
+ 参数的标志。
+ 如果已指定参数名称,则为相应的名称;否则为空。
+
+
+ 表示有关特定于调用站点上的特定参数的 C# 动态操作的信息。此类的实例由 C# 编译器生成。
+
+
+ 该参数是一个常量。
+
+
+ 将实参传递到 out 形参。
+
+
+ 将实参传递到 ref 形参。
+
+
+ 参数为 ,它指示源中使用的实际类型名称。仅用于静态调用中的目标对象。
+
+
+ 参数为命名参数。
+
+
+ 没有要表示的附加信息。
+
+
+ 在绑定期间,应考虑参数的编译时类型。
+
+
+ 表示不特定于调用站点上特定参数的 C# 动态操作的相关信息。此类的实例由 C# 编译器生成。
+
+
+ 此联编程序表示作为条件逻辑运算符计算的一部分的逻辑 AND 或逻辑 OR。
+
+
+ 在已检查的上下文中计算此联编程序。
+
+
+ 此联编程序表示要在数组创建表达式中使用的隐式转换。
+
+
+ 此联编程序表示显式转换。
+
+
+ 此联编程序表示对简单名称的调用。
+
+
+ 此联编程序表示对特殊名称的调用。
+
+
+ 此联编程序不需要附加信息。
+
+
+ 联编程序在不需要结果的位置中使用,因此可绑定到一个 void 返回方法。
+
+
+ 将为任何绑定的结果编制索引,以获得一个设置索引联编程序或获取索引联编程序。
+
+
+ 此设置索引或设置成员中的值为复合赋值运算符。
+
+
+ 表示在处理 C# 运行时联编程序中的动态绑定时发生的错误。
+
+
+ 初始化 类的新实例。
+
+
+ 初始化 类的新实例,它包含指定的错误消息。
+ 描述该异常的消息。此构造函数的调用方需要确保此字符串已针对当前系统区域性进行了本地化。
+
+
+ 初始化 类的新实例,该实例具有指定的错误消息以及对导致此异常的内部异常的引用。
+ 解释异常原因的错误信息。
+ 导致当前异常的异常;如果未指定内部异常,则为空引用。
+
+
+ 表示在处理 C# 运行时联编程序中的动态绑定时发生的错误。
+
+
+ 使用由系统提供的用来描述错误的消息初始化 类的新实例。
+
+
+ 使用指定的描述错误的消息初始化 类的新实例。
+ 描述该异常的消息。此构造函数的调用方需要确保此字符串已针对当前系统区域性进行了本地化。
+
+
+ 初始化 类的新实例,该实例具有指定的错误消息以及对导致此异常的内部异常的引用。
+ 解释异常原因的错误信息。
+ 导致当前异常的异常;如果未指定内部异常,则为空引用。
+
+
+
\ No newline at end of file
diff --git a/packages/Microsoft.CSharp.4.5.0/ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml b/packages/Microsoft.CSharp.4.5.0/ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml
new file mode 100644
index 00000000..043924f8
--- /dev/null
+++ b/packages/Microsoft.CSharp.4.5.0/ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml
@@ -0,0 +1,211 @@
+
+
+
+ Microsoft.CSharp
+
+
+
+ 包含建立 CSharp 動態呼叫位置繫結器的 Factory 方法。
+
+
+ 初始化新的 CSharp 二進位運算繫結器。
+ 傳回新的 CSharp 二進位運算繫結器。
+ 用來初始化繫結器的旗標。
+ 二元運算類型。
+
+ ,指定在何處使用此作業。
+
+ 執行個體的序列,做為這個運算的引數。
+
+
+ 初始化新的 CSharp 轉換繫結器。
+ 傳回新的 CSharp 轉換繫結器。
+ 用來初始化繫結器的旗標。
+ 要轉換成的型別。
+
+ ,指定在何處使用此作業。
+
+
+ 初始化新的 CSharp get 索引繫結器。
+ 傳回新的 CSharp get 索引繫結器。
+ 用來初始化繫結器的旗標。
+
+ ,指定在何處使用此作業。
+
+ 執行個體的序列,做為這個運算的引數。
+
+
+ 初始化新的 CSharp get 成員繫結器。
+ 傳回新的 CSharp get 成員繫結器。
+ 用來初始化繫結器的旗標。
+ 要取得的成員名稱。
+
+ ,指定在何處使用此作業。
+
+ 執行個體的序列,做為這個運算的引數。
+
+
+ 初始化新的 CSharp 叫用繫結器。
+ 傳回新的 CSharp 叫用繫結器。
+ 用來初始化繫結器的旗標。
+
+ ,指定在何處使用此作業。
+
+ 執行個體的序列,做為這個運算的引數。
+
+
+ 初始化新的 CSharp 叫用建構函式繫結器。
+ 傳回新的 CSharp 叫用建構函式繫結器。
+ 用來初始化繫結器的旗標。
+
+ ,指定在何處使用此作業。
+
+ 執行個體的序列,做為這個運算的引數。
+
+
+ 初始化新的 CSharp 叫用成員繫結器。
+ 傳回新的 CSharp 叫用成員繫結器。
+ 用來初始化繫結器的旗標。
+ 要叫用的成員名稱。
+ 為此叫用指定之型別引數的清單。
+
+ ,指定在何處使用此作業。
+
+ 執行個體的序列,做為這個運算的引數。
+
+
+ 初始化新的 CSharp Is 事件繫結器。
+ 傳回新的 CSharp Is 事件繫結器。
+ 用來初始化繫結器的旗標。
+ 要尋找之事件的名稱。
+
+ ,指定在何處使用此作業。
+
+
+ 初始化新的 CSharp set 索引繫結器。
+ 傳回新的 CSharp set 索引繫結器。
+ 用來初始化繫結器的旗標。
+
+ ,指定在何處使用此作業。
+
+ 執行個體的序列,做為這個運算的引數。
+
+
+ 初始化新的 CSharp set 成員繫結器。
+ 傳回新的 CSharp set 成員繫結器。
+ 用來初始化繫結器的旗標。
+ 要設定之成員的名稱。
+
+ ,指定在何處使用此作業。
+
+ 執行個體的序列,做為這個運算的引數。
+
+
+ 初始化新的 CSharp 一元運算繫結器。
+ 傳回新的 CSharp 一元運算繫結器。
+ 用來初始化繫結器的旗標。
+ 一元運算類型。
+
+ ,指定在何處使用此作業。
+
+ 執行個體的序列,做為這個運算的引數。
+
+
+ 表示呼叫位置上特定引數特有的 C# 動態運算的相關資訊。這個類別的執行個體會由 C# 編譯器產生。
+
+
+ 初始化 類別的新執行個體。
+
+ 類別的新執行個體。
+ 引數的旗標。
+ 如果是具名引數,則為引數的名稱,否則為 null。
+
+
+ 表示呼叫位置上特定引數特有的 C# 動態運算的相關資訊。這個類別的執行個體會由 C# 編譯器產生。
+
+
+ 引數為常數。
+
+
+ 引數傳遞給 out 參數。
+
+
+ 引數傳遞給 ref 參數。
+
+
+ 引數為 ,表示來源中使用的實際型別名稱。只用於靜態呼叫中的目標物件。
+
+
+ 引數為具名引數。
+
+
+ 無其他要表示的資訊。
+
+
+ 繫結期間應該考慮引數的編譯時期型別。
+
+
+ 表示呼叫位置上非特定引數特有的 C# 動態運算的相關資訊。這個類別的執行個體會由 C# 編譯器產生。
+
+
+ 繫結器表示邏輯 AND 或邏輯 OR,這些是條件邏輯運算子評估的一部分。
+
+
+ 此繫結器的評估會在檢查的內容中進行。
+
+
+ 繫結器表示陣列建立運算式中使用的隱含轉換。
+
+
+ 繫結器表示明確轉換。
+
+
+ 繫結器表示在簡單名稱上叫用。
+
+
+ 繫結器表示在 Specialname 上叫用。
+
+
+ 此繫結器不需要額外的資訊。
+
+
+ 繫結器用於不需要結果的位置,因此可以繫結至傳回 Void 的方法。
+
+
+ 任何繫結的結果都會變成索引的 get 索引或 set 索引,或 get 索引繫結器。
+
+
+ 此 set 索引或 set 成員中的值為複合指派運算子。
+
+
+ 表示在處理 C# 執行階段繫結器中的動態繫結時所發生的錯誤。
+
+
+ 初始化 類別的新執行個體。
+
+
+ 初始化 類別的新執行個體,這個執行個體有指定的錯誤訊息。
+ 說明例外狀況的訊息。這個建構函式的呼叫端必須確保這個字串已經為目前系統的文化特性當地語系化。
+
+
+ 初始化 類別的新執行個體,這個執行個體有指定的錯誤訊息和造成這個例外狀況發生之內部例外狀況的參考。
+ 解釋例外狀況原因的錯誤訊息。
+ 導致目前例外狀況發生的例外狀況,如果沒有指定內部例外狀況則為 null 參考。
+
+
+ 表示在處理 C# 執行階段繫結器中的動態繫結時所發生的錯誤。
+
+
+ 以系統提供的錯誤說明訊息,初始化 類別的新執行個體。
+
+
+ 使用指定的錯誤說明訊息,初始化 類別的新執行個體。
+ 說明例外狀況的訊息。這個建構函式的呼叫端必須確保這個字串已經為目前系統的文化特性當地語系化。
+
+
+ 初始化 類別的新執行個體,這個執行個體有指定的錯誤訊息和造成這個例外狀況發生之內部例外狀況的參考。
+ 解釋例外狀況原因的錯誤訊息。
+ 導致目前例外狀況發生的例外狀況,如果沒有指定內部例外狀況則為 null 參考。
+
+
+
\ No newline at end of file
diff --git a/packages/Microsoft.CSharp.4.5.0/ref/netstandard2.0/Microsoft.CSharp.dll b/packages/Microsoft.CSharp.4.5.0/ref/netstandard2.0/Microsoft.CSharp.dll
new file mode 100644
index 00000000..5079c5f8
Binary files /dev/null and b/packages/Microsoft.CSharp.4.5.0/ref/netstandard2.0/Microsoft.CSharp.dll differ
diff --git a/packages/Microsoft.CSharp.4.5.0/ref/netstandard2.0/Microsoft.CSharp.xml b/packages/Microsoft.CSharp.4.5.0/ref/netstandard2.0/Microsoft.CSharp.xml
new file mode 100644
index 00000000..1dab2ffb
--- /dev/null
+++ b/packages/Microsoft.CSharp.4.5.0/ref/netstandard2.0/Microsoft.CSharp.xml
@@ -0,0 +1,216 @@
+
+
+ Microsoft.CSharp
+
+
+
+ Represents an error that occurs when a dynamic bind in the C# runtime binder is processed.
+
+
+ Initializes a new instance of the class.
+
+
+ Initializes a new instance of the class that has a specified error message.
+ The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.
+
+
+ Initializes a new instance of the class that has serialized data.
+ The object that holds the serialized object data about the exception being thrown..
+ The contextual information about the source or destination.
+
+
+ Initializes a new instance of the class that has a specified error message and a reference to the inner exception that is the cause of this exception.
+ The error message that explains the reason for the exception.
+ The exception that is the cause of the current exception, or a null reference if no inner exception is specified.
+
+
+ Represents an error that occurs when a dynamic bind in the C# runtime binder is processed.
+
+
+ Initializes a new instance of the class with a system-supplied message that describes the error.
+
+
+ Initializes a new instance of the class with a specified message that describes the error.
+ The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.
+
+
+ Initializes a new instance of the class with serialized data.
+ The that holds the serialized object data about the exception being thrown.
+ The that contains contextual information about the source or destination.
+
+
+ Initializes a new instance of the class that has a specified error message and a reference to the inner exception that is the cause of this exception.
+ The error message that explains the reason for the exception.
+ The exception that is the cause of the current exception, or a null reference if no inner exception is specified.
+
+
+ Contains factory methods to create dynamic call site binders for CSharp.
+
+
+ Initializes a new CSharp binary operation binder.
+ The flags with which to initialize the binder.
+ The binary operation kind.
+ The that indicates where this operation is used.
+ The sequence of instances for the arguments to this operation.
+ Returns a new CSharp binary operation binder.
+
+
+ Initializes a new CSharp convert binder.
+ The flags with which to initialize the binder.
+ The type to convert to.
+ The that indicates where this operation is used.
+ Returns a new CSharp convert binder.
+
+
+ Initializes a new CSharp get index binder.
+ The flags with which to initialize the binder.
+ The that indicates where this operation is used.
+ The sequence of instances for the arguments to this operation.
+ Returns a new CSharp get index binder.
+
+
+ Initializes a new CSharp get member binder.
+ The flags with which to initialize the binder.
+ The name of the member to get.
+ The that indicates where this operation is used.
+ The sequence of instances for the arguments to this operation.
+ Returns a new CSharp get member binder.
+
+
+ Initializes a new CSharp invoke binder.
+ The flags with which to initialize the binder.
+ The that indicates where this operation is used.
+ The sequence of instances for the arguments to this operation.
+ Returns a new CSharp invoke binder.
+
+
+ Initializes a new CSharp invoke constructor binder.
+ The flags with which to initialize the binder.
+ The that indicates where this operation is used.
+ The sequence of instances for the arguments to this operation.
+ Returns a new CSharp invoke constructor binder.
+
+
+ Initializes a new CSharp invoke member binder.
+ The flags with which to initialize the binder.
+ The name of the member to invoke.
+ The list of type arguments specified for this invoke.
+ The that indicates where this operation is used.
+ The sequence of instances for the arguments to this operation.
+ Returns a new CSharp invoke member binder.
+
+
+ Initializes a new CSharp is event binder.
+ The flags with which to initialize the binder.
+ The name of the event to look for.
+ The that indicates where this operation is used.
+ Returns a new CSharp is event binder.
+
+
+ Initializes a new CSharp set index binder.
+ The flags with which to initialize the binder.
+ The that indicates where this operation is used.
+ The sequence of instances for the arguments to this operation.
+ Returns a new CSharp set index binder.
+
+
+ Initializes a new CSharp set member binder.
+ The flags with which to initialize the binder.
+ The name of the member to set.
+ The that indicates where this operation is used.
+ The sequence of instances for the arguments to this operation.
+ Returns a new CSharp set member binder.
+
+
+ Initializes a new CSharp unary operation binder.
+ The flags with which to initialize the binder.
+ The unary operation kind.
+ The that indicates where this operation is used.
+ The sequence of instances for the arguments to this operation.
+ Returns a new CSharp unary operation binder.
+
+
+ Represents information about C# dynamic operations that are specific to particular arguments at a call site. Instances of this class are generated by the C# compiler.
+
+
+ Initializes a new instance of the class.
+ The flags for the argument.
+ The name of the argument, if named; otherwise null.
+ A new instance of the class.
+
+
+ Represents information about C# dynamic operations that are specific to particular arguments at a call site. Instances of this class are generated by the C# compiler.
+
+
+ The argument is a constant.
+
+
+
+ The argument is passed to an out parameter.
+
+
+
+ The argument is passed to a ref parameter.
+
+
+
+ The argument is a indicating an actual type name used in source. Used only for target objects in static calls.
+
+
+
+ The argument is a named argument.
+
+
+
+ No additional information to represent.
+
+
+
+ The argument's compile-time type should be considered during binding.
+
+
+
+ Represents information about C# dynamic operations that are not specific to particular arguments at a call site. Instances of this class are generated by the C# compiler.
+
+
+ The binder represents a logical AND or logical OR that is part of a conditional logical operator evaluation.
+
+
+
+ The evaluation of this binder happens in a checked context.
+
+
+
+ The binder represents an implicit conversion for use in an array creation expression.
+
+
+
+ The binder represents an explicit conversion.
+
+
+
+ The binder represents an invoke on a simple name.
+
+
+
+ The binder represents an invoke on a specialname.
+
+
+
+ There is no additional information required for this binder.
+
+
+
+ The binder is used in a position that does not require a result, and can therefore bind to a void returning method.
+
+
+
+ The result of any bind is going to be indexed get a set index or get index binder.
+
+
+
+ The value in this set index or set member comes a compound assignment operator.
+
+
+
+
\ No newline at end of file
diff --git a/packages/Microsoft.CSharp.4.5.0/ref/portable-net45+win8+wp8+wpa81/_._ b/packages/Microsoft.CSharp.4.5.0/ref/portable-net45+win8+wp8+wpa81/_._
new file mode 100644
index 00000000..e69de29b
diff --git a/packages/Microsoft.CSharp.4.5.0/ref/uap10.0.16299/_._ b/packages/Microsoft.CSharp.4.5.0/ref/uap10.0.16299/_._
new file mode 100644
index 00000000..e69de29b
diff --git a/packages/Microsoft.CSharp.4.5.0/ref/win8/_._ b/packages/Microsoft.CSharp.4.5.0/ref/win8/_._
new file mode 100644
index 00000000..e69de29b
diff --git a/packages/Microsoft.CSharp.4.5.0/ref/wp80/_._ b/packages/Microsoft.CSharp.4.5.0/ref/wp80/_._
new file mode 100644
index 00000000..e69de29b
diff --git a/packages/Microsoft.CSharp.4.5.0/ref/wpa81/_._ b/packages/Microsoft.CSharp.4.5.0/ref/wpa81/_._
new file mode 100644
index 00000000..e69de29b
diff --git a/packages/Microsoft.CSharp.4.5.0/ref/xamarinios10/_._ b/packages/Microsoft.CSharp.4.5.0/ref/xamarinios10/_._
new file mode 100644
index 00000000..e69de29b
diff --git a/packages/Microsoft.CSharp.4.5.0/ref/xamarinmac20/_._ b/packages/Microsoft.CSharp.4.5.0/ref/xamarinmac20/_._
new file mode 100644
index 00000000..e69de29b
diff --git a/packages/Microsoft.CSharp.4.5.0/ref/xamarintvos10/_._ b/packages/Microsoft.CSharp.4.5.0/ref/xamarintvos10/_._
new file mode 100644
index 00000000..e69de29b
diff --git a/packages/Microsoft.CSharp.4.5.0/ref/xamarinwatchos10/_._ b/packages/Microsoft.CSharp.4.5.0/ref/xamarinwatchos10/_._
new file mode 100644
index 00000000..e69de29b
diff --git a/packages/Microsoft.CSharp.4.5.0/useSharedDesignerContext.txt b/packages/Microsoft.CSharp.4.5.0/useSharedDesignerContext.txt
new file mode 100644
index 00000000..e69de29b
diff --git a/packages/System.Runtime.CompilerServices.Unsafe.4.5.0/version.txt b/packages/Microsoft.CSharp.4.5.0/version.txt
similarity index 100%
rename from packages/System.Runtime.CompilerServices.Unsafe.4.5.0/version.txt
rename to packages/Microsoft.CSharp.4.5.0/version.txt
diff --git a/packages/System.Runtime.CompilerServices.Unsafe.4.5.0/System.Runtime.CompilerServices.Unsafe.4.5.0.nupkg b/packages/System.Runtime.CompilerServices.Unsafe.4.5.0/System.Runtime.CompilerServices.Unsafe.4.5.0.nupkg
deleted file mode 100644
index afebe659..00000000
Binary files a/packages/System.Runtime.CompilerServices.Unsafe.4.5.0/System.Runtime.CompilerServices.Unsafe.4.5.0.nupkg and /dev/null differ
diff --git a/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/.signature.p7s b/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/.signature.p7s
new file mode 100644
index 00000000..a7fbb734
Binary files /dev/null and b/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/.signature.p7s differ
diff --git a/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/LICENSE.TXT b/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/LICENSE.TXT
new file mode 100644
index 00000000..984713a4
--- /dev/null
+++ b/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/LICENSE.TXT
@@ -0,0 +1,23 @@
+The MIT License (MIT)
+
+Copyright (c) .NET Foundation and Contributors
+
+All rights reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/System.Runtime.CompilerServices.Unsafe.4.5.2.nupkg b/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/System.Runtime.CompilerServices.Unsafe.4.5.2.nupkg
new file mode 100644
index 00000000..4f464e12
Binary files /dev/null and b/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/System.Runtime.CompilerServices.Unsafe.4.5.2.nupkg differ
diff --git a/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/THIRD-PARTY-NOTICES.TXT b/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/THIRD-PARTY-NOTICES.TXT
new file mode 100644
index 00000000..db542ca2
--- /dev/null
+++ b/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/THIRD-PARTY-NOTICES.TXT
@@ -0,0 +1,309 @@
+.NET Core uses third-party libraries or other resources that may be
+distributed under licenses different than the .NET Core software.
+
+In the event that we accidentally failed to list a required notice, please
+bring it to our attention. Post an issue or email us:
+
+ dotnet@microsoft.com
+
+The attached notices are provided for information only.
+
+License notice for Slicing-by-8
+-------------------------------
+
+http://sourceforge.net/projects/slicing-by-8/
+
+Copyright (c) 2004-2006 Intel Corporation - All Rights Reserved
+
+
+This software program is licensed subject to the BSD License, available at
+http://www.opensource.org/licenses/bsd-license.html.
+
+
+License notice for Unicode data
+-------------------------------
+
+http://www.unicode.org/copyright.html#License
+
+Copyright © 1991-2017 Unicode, Inc. All rights reserved.
+Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of the Unicode data files and any associated documentation
+(the "Data Files") or Unicode software and any associated documentation
+(the "Software") to deal in the Data Files or Software
+without restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, and/or sell copies of
+the Data Files or Software, and to permit persons to whom the Data Files
+or Software are furnished to do so, provided that either
+(a) this copyright and permission notice appear with all copies
+of the Data Files or Software, or
+(b) this copyright and permission notice appear in associated
+Documentation.
+
+THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
+ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
+WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT OF THIRD PARTY RIGHTS.
+IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
+NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
+DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
+DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+PERFORMANCE OF THE DATA FILES OR SOFTWARE.
+
+Except as contained in this notice, the name of a copyright holder
+shall not be used in advertising or otherwise to promote the sale,
+use or other dealings in these Data Files or Software without prior
+written authorization of the copyright holder.
+
+License notice for Zlib
+-----------------------
+
+https://github.com/madler/zlib
+http://zlib.net/zlib_license.html
+
+/* zlib.h -- interface of the 'zlib' general purpose compression library
+ version 1.2.11, January 15th, 2017
+
+ Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler
+
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+
+ Jean-loup Gailly Mark Adler
+ jloup@gzip.org madler@alumni.caltech.edu
+
+*/
+
+License notice for Mono
+-------------------------------
+
+http://www.mono-project.com/docs/about-mono/
+
+Copyright (c) .NET Foundation Contributors
+
+MIT License
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+License notice for International Organization for Standardization
+-----------------------------------------------------------------
+
+Portions (C) International Organization for Standardization 1986:
+ Permission to copy in any form is granted for use with
+ conforming SGML systems and applications as defined in
+ ISO 8879, provided this notice is included in all copies.
+
+License notice for Intel
+------------------------
+
+"Copyright (c) 2004-2006 Intel Corporation - All Rights Reserved
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice, this
+list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright notice,
+this list of conditions and the following disclaimer in the documentation
+and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+License notice for Xamarin and Novell
+-------------------------------------
+
+Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+Copyright (c) 2011 Novell, Inc (http://www.novell.com)
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+Third party notice for W3C
+--------------------------
+
+"W3C SOFTWARE AND DOCUMENT NOTICE AND LICENSE
+Status: This license takes effect 13 May, 2015.
+This work is being provided by the copyright holders under the following license.
+License
+By obtaining and/or copying this work, you (the licensee) agree that you have read, understood, and will comply with the following terms and conditions.
+Permission to copy, modify, and distribute this work, with or without modification, for any purpose and without fee or royalty is hereby granted, provided that you include the following on ALL copies of the work or portions thereof, including modifications:
+The full text of this NOTICE in a location viewable to users of the redistributed or derivative work.
+Any pre-existing intellectual property disclaimers, notices, or terms and conditions. If none exist, the W3C Software and Document Short Notice should be included.
+Notice of any changes or modifications, through a copyright statement on the new code or document such as "This software or document includes material copied from or derived from [title and URI of the W3C document]. Copyright © [YEAR] W3C® (MIT, ERCIM, Keio, Beihang)."
+Disclaimers
+THIS WORK IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENT WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
+COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENT.
+The name and trademarks of copyright holders may NOT be used in advertising or publicity pertaining to the work without specific, written prior permission. Title to copyright in this work will at all times remain with copyright holders."
+
+License notice for Bit Twiddling Hacks
+--------------------------------------
+
+Bit Twiddling Hacks
+
+By Sean Eron Anderson
+seander@cs.stanford.edu
+
+Individually, the code snippets here are in the public domain (unless otherwise
+noted) — feel free to use them however you please. The aggregate collection and
+descriptions are © 1997-2005 Sean Eron Anderson. The code and descriptions are
+distributed in the hope that they will be useful, but WITHOUT ANY WARRANTY and
+without even the implied warranty of merchantability or fitness for a particular
+purpose.
+
+License notice for Brotli
+--------------------------------------
+
+Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+compress_fragment.c:
+Copyright (c) 2011, Google Inc.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+ * Redistributions of source code must retain the above copyright
+notice, this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above
+copyright notice, this list of conditions and the following disclaimer
+in the documentation and/or other materials provided with the
+distribution.
+ * Neither the name of Google Inc. nor the names of its
+contributors may be used to endorse or promote products derived from
+this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+""AS IS"" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+decode_fuzzer.c:
+Copyright (c) 2015 The Chromium Authors. All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+ * Redistributions of source code must retain the above copyright
+notice, this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above
+copyright notice, this list of conditions and the following disclaimer
+in the documentation and/or other materials provided with the
+distribution.
+ * Neither the name of Google Inc. nor the names of its
+contributors may be used to endorse or promote products derived from
+this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+""AS IS"" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
+
diff --git a/packages/System.Runtime.CompilerServices.Unsafe.4.5.0/lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll b/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll
similarity index 56%
rename from packages/System.Runtime.CompilerServices.Unsafe.4.5.0/lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll
rename to packages/System.Runtime.CompilerServices.Unsafe.4.5.2/lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll
index 55d867e6..67d56efb 100644
Binary files a/packages/System.Runtime.CompilerServices.Unsafe.4.5.0/lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll and b/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll differ
diff --git a/packages/System.Runtime.CompilerServices.Unsafe.4.5.0/lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.xml b/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.xml
similarity index 100%
rename from packages/System.Runtime.CompilerServices.Unsafe.4.5.0/lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.xml
rename to packages/System.Runtime.CompilerServices.Unsafe.4.5.2/lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.xml
diff --git a/packages/System.Runtime.CompilerServices.Unsafe.4.5.0/lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll b/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll
similarity index 58%
rename from packages/System.Runtime.CompilerServices.Unsafe.4.5.0/lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll
rename to packages/System.Runtime.CompilerServices.Unsafe.4.5.2/lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll
index 63403d72..d99e9f9e 100644
Binary files a/packages/System.Runtime.CompilerServices.Unsafe.4.5.0/lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll and b/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll differ
diff --git a/packages/System.Runtime.CompilerServices.Unsafe.4.5.0/lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml b/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml
similarity index 100%
rename from packages/System.Runtime.CompilerServices.Unsafe.4.5.0/lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml
rename to packages/System.Runtime.CompilerServices.Unsafe.4.5.2/lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml
diff --git a/packages/System.Runtime.CompilerServices.Unsafe.4.5.0/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll b/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll
similarity index 57%
rename from packages/System.Runtime.CompilerServices.Unsafe.4.5.0/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll
rename to packages/System.Runtime.CompilerServices.Unsafe.4.5.2/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll
index 0b459034..31562392 100644
Binary files a/packages/System.Runtime.CompilerServices.Unsafe.4.5.0/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll and b/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll differ
diff --git a/packages/System.Runtime.CompilerServices.Unsafe.4.5.0/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml b/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml
similarity index 100%
rename from packages/System.Runtime.CompilerServices.Unsafe.4.5.0/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml
rename to packages/System.Runtime.CompilerServices.Unsafe.4.5.2/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml
diff --git a/packages/System.Runtime.CompilerServices.Unsafe.4.5.0/ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll b/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll
similarity index 53%
rename from packages/System.Runtime.CompilerServices.Unsafe.4.5.0/ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll
rename to packages/System.Runtime.CompilerServices.Unsafe.4.5.2/ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll
index 87614511..19ec356e 100644
Binary files a/packages/System.Runtime.CompilerServices.Unsafe.4.5.0/ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll and b/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll differ
diff --git a/packages/System.Runtime.CompilerServices.Unsafe.4.5.0/ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml b/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml
similarity index 100%
rename from packages/System.Runtime.CompilerServices.Unsafe.4.5.0/ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml
rename to packages/System.Runtime.CompilerServices.Unsafe.4.5.2/ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml
diff --git a/packages/System.Runtime.CompilerServices.Unsafe.4.5.0/ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll b/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll
similarity index 55%
rename from packages/System.Runtime.CompilerServices.Unsafe.4.5.0/ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll
rename to packages/System.Runtime.CompilerServices.Unsafe.4.5.2/ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll
index e7637d87..9d996136 100644
Binary files a/packages/System.Runtime.CompilerServices.Unsafe.4.5.0/ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll and b/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll differ
diff --git a/packages/System.Runtime.CompilerServices.Unsafe.4.5.0/ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml b/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml
similarity index 100%
rename from packages/System.Runtime.CompilerServices.Unsafe.4.5.0/ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml
rename to packages/System.Runtime.CompilerServices.Unsafe.4.5.2/ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml
diff --git a/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/useSharedDesignerContext.txt b/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/useSharedDesignerContext.txt
new file mode 100644
index 00000000..e69de29b
diff --git a/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/version.txt b/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/version.txt
new file mode 100644
index 00000000..69308609
--- /dev/null
+++ b/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/version.txt
@@ -0,0 +1 @@
+02b11eeee1fbc5f3ef43a1452fe07efd25fa1715
diff --git a/packages/System.Runtime.CompilerServices.Unsafe.4.5.0/.signature.p7s b/packages/System.Threading.Tasks.Extensions.4.5.3/.signature.p7s
similarity index 84%
rename from packages/System.Runtime.CompilerServices.Unsafe.4.5.0/.signature.p7s
rename to packages/System.Threading.Tasks.Extensions.4.5.3/.signature.p7s
index 836f297f..5ed5f47e 100644
Binary files a/packages/System.Runtime.CompilerServices.Unsafe.4.5.0/.signature.p7s and b/packages/System.Threading.Tasks.Extensions.4.5.3/.signature.p7s differ
diff --git a/packages/System.Threading.Tasks.Extensions.4.5.3/LICENSE.TXT b/packages/System.Threading.Tasks.Extensions.4.5.3/LICENSE.TXT
new file mode 100644
index 00000000..984713a4
--- /dev/null
+++ b/packages/System.Threading.Tasks.Extensions.4.5.3/LICENSE.TXT
@@ -0,0 +1,23 @@
+The MIT License (MIT)
+
+Copyright (c) .NET Foundation and Contributors
+
+All rights reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/packages/System.Threading.Tasks.Extensions.4.5.3/System.Threading.Tasks.Extensions.4.5.3.nupkg b/packages/System.Threading.Tasks.Extensions.4.5.3/System.Threading.Tasks.Extensions.4.5.3.nupkg
new file mode 100644
index 00000000..526c2e6e
Binary files /dev/null and b/packages/System.Threading.Tasks.Extensions.4.5.3/System.Threading.Tasks.Extensions.4.5.3.nupkg differ
diff --git a/packages/System.Threading.Tasks.Extensions.4.5.3/THIRD-PARTY-NOTICES.TXT b/packages/System.Threading.Tasks.Extensions.4.5.3/THIRD-PARTY-NOTICES.TXT
new file mode 100644
index 00000000..db542ca2
--- /dev/null
+++ b/packages/System.Threading.Tasks.Extensions.4.5.3/THIRD-PARTY-NOTICES.TXT
@@ -0,0 +1,309 @@
+.NET Core uses third-party libraries or other resources that may be
+distributed under licenses different than the .NET Core software.
+
+In the event that we accidentally failed to list a required notice, please
+bring it to our attention. Post an issue or email us:
+
+ dotnet@microsoft.com
+
+The attached notices are provided for information only.
+
+License notice for Slicing-by-8
+-------------------------------
+
+http://sourceforge.net/projects/slicing-by-8/
+
+Copyright (c) 2004-2006 Intel Corporation - All Rights Reserved
+
+
+This software program is licensed subject to the BSD License, available at
+http://www.opensource.org/licenses/bsd-license.html.
+
+
+License notice for Unicode data
+-------------------------------
+
+http://www.unicode.org/copyright.html#License
+
+Copyright © 1991-2017 Unicode, Inc. All rights reserved.
+Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of the Unicode data files and any associated documentation
+(the "Data Files") or Unicode software and any associated documentation
+(the "Software") to deal in the Data Files or Software
+without restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, and/or sell copies of
+the Data Files or Software, and to permit persons to whom the Data Files
+or Software are furnished to do so, provided that either
+(a) this copyright and permission notice appear with all copies
+of the Data Files or Software, or
+(b) this copyright and permission notice appear in associated
+Documentation.
+
+THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
+ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
+WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT OF THIRD PARTY RIGHTS.
+IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
+NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
+DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
+DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+PERFORMANCE OF THE DATA FILES OR SOFTWARE.
+
+Except as contained in this notice, the name of a copyright holder
+shall not be used in advertising or otherwise to promote the sale,
+use or other dealings in these Data Files or Software without prior
+written authorization of the copyright holder.
+
+License notice for Zlib
+-----------------------
+
+https://github.com/madler/zlib
+http://zlib.net/zlib_license.html
+
+/* zlib.h -- interface of the 'zlib' general purpose compression library
+ version 1.2.11, January 15th, 2017
+
+ Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler
+
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+
+ Jean-loup Gailly Mark Adler
+ jloup@gzip.org madler@alumni.caltech.edu
+
+*/
+
+License notice for Mono
+-------------------------------
+
+http://www.mono-project.com/docs/about-mono/
+
+Copyright (c) .NET Foundation Contributors
+
+MIT License
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+License notice for International Organization for Standardization
+-----------------------------------------------------------------
+
+Portions (C) International Organization for Standardization 1986:
+ Permission to copy in any form is granted for use with
+ conforming SGML systems and applications as defined in
+ ISO 8879, provided this notice is included in all copies.
+
+License notice for Intel
+------------------------
+
+"Copyright (c) 2004-2006 Intel Corporation - All Rights Reserved
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice, this
+list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright notice,
+this list of conditions and the following disclaimer in the documentation
+and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+License notice for Xamarin and Novell
+-------------------------------------
+
+Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+Copyright (c) 2011 Novell, Inc (http://www.novell.com)
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+Third party notice for W3C
+--------------------------
+
+"W3C SOFTWARE AND DOCUMENT NOTICE AND LICENSE
+Status: This license takes effect 13 May, 2015.
+This work is being provided by the copyright holders under the following license.
+License
+By obtaining and/or copying this work, you (the licensee) agree that you have read, understood, and will comply with the following terms and conditions.
+Permission to copy, modify, and distribute this work, with or without modification, for any purpose and without fee or royalty is hereby granted, provided that you include the following on ALL copies of the work or portions thereof, including modifications:
+The full text of this NOTICE in a location viewable to users of the redistributed or derivative work.
+Any pre-existing intellectual property disclaimers, notices, or terms and conditions. If none exist, the W3C Software and Document Short Notice should be included.
+Notice of any changes or modifications, through a copyright statement on the new code or document such as "This software or document includes material copied from or derived from [title and URI of the W3C document]. Copyright © [YEAR] W3C® (MIT, ERCIM, Keio, Beihang)."
+Disclaimers
+THIS WORK IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENT WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
+COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENT.
+The name and trademarks of copyright holders may NOT be used in advertising or publicity pertaining to the work without specific, written prior permission. Title to copyright in this work will at all times remain with copyright holders."
+
+License notice for Bit Twiddling Hacks
+--------------------------------------
+
+Bit Twiddling Hacks
+
+By Sean Eron Anderson
+seander@cs.stanford.edu
+
+Individually, the code snippets here are in the public domain (unless otherwise
+noted) — feel free to use them however you please. The aggregate collection and
+descriptions are © 1997-2005 Sean Eron Anderson. The code and descriptions are
+distributed in the hope that they will be useful, but WITHOUT ANY WARRANTY and
+without even the implied warranty of merchantability or fitness for a particular
+purpose.
+
+License notice for Brotli
+--------------------------------------
+
+Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+compress_fragment.c:
+Copyright (c) 2011, Google Inc.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+ * Redistributions of source code must retain the above copyright
+notice, this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above
+copyright notice, this list of conditions and the following disclaimer
+in the documentation and/or other materials provided with the
+distribution.
+ * Neither the name of Google Inc. nor the names of its
+contributors may be used to endorse or promote products derived from
+this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+""AS IS"" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+decode_fuzzer.c:
+Copyright (c) 2015 The Chromium Authors. All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+ * Redistributions of source code must retain the above copyright
+notice, this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above
+copyright notice, this list of conditions and the following disclaimer
+in the documentation and/or other materials provided with the
+distribution.
+ * Neither the name of Google Inc. nor the names of its
+contributors may be used to endorse or promote products derived from
+this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+""AS IS"" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
+
diff --git a/packages/System.Threading.Tasks.Extensions.4.5.3/lib/MonoAndroid10/_._ b/packages/System.Threading.Tasks.Extensions.4.5.3/lib/MonoAndroid10/_._
new file mode 100644
index 00000000..e69de29b
diff --git a/packages/System.Threading.Tasks.Extensions.4.5.3/lib/MonoTouch10/_._ b/packages/System.Threading.Tasks.Extensions.4.5.3/lib/MonoTouch10/_._
new file mode 100644
index 00000000..e69de29b
diff --git a/packages/System.Threading.Tasks.Extensions.4.5.3/lib/netcoreapp2.1/_._ b/packages/System.Threading.Tasks.Extensions.4.5.3/lib/netcoreapp2.1/_._
new file mode 100644
index 00000000..e69de29b
diff --git a/packages/System.Threading.Tasks.Extensions.4.5.3/lib/netstandard1.0/System.Threading.Tasks.Extensions.dll b/packages/System.Threading.Tasks.Extensions.4.5.3/lib/netstandard1.0/System.Threading.Tasks.Extensions.dll
new file mode 100644
index 00000000..959c2319
Binary files /dev/null and b/packages/System.Threading.Tasks.Extensions.4.5.3/lib/netstandard1.0/System.Threading.Tasks.Extensions.dll differ
diff --git a/packages/System.Threading.Tasks.Extensions.4.5.3/lib/netstandard1.0/System.Threading.Tasks.Extensions.xml b/packages/System.Threading.Tasks.Extensions.4.5.3/lib/netstandard1.0/System.Threading.Tasks.Extensions.xml
new file mode 100644
index 00000000..5e02a99d
--- /dev/null
+++ b/packages/System.Threading.Tasks.Extensions.4.5.3/lib/netstandard1.0/System.Threading.Tasks.Extensions.xml
@@ -0,0 +1,166 @@
+
+
+ System.Threading.Tasks.Extensions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Provides a value type that wraps a and a TResult, only one of which is used.
+ The result.
+
+
+ Initializes a new instance of the class using the supplied task that represents the operation.
+ The task.
+ The task argument is null.
+
+
+ Initializes a new instance of the class using the supplied result of a successful operation.
+ The result.
+
+
+ Retrieves a object that represents this .
+ The object that is wrapped in this if one exists, or a new object that represents the result.
+
+
+ Configures an awaiter for this value.
+ true to attempt to marshal the continuation back to the captured context; otherwise, false.
+ The configured awaiter.
+
+
+ Creates a method builder for use with an async method.
+ The created builder.
+
+
+ Determines whether the specified object is equal to the current object.
+ The object to compare with the current object.
+ true if the specified object is equal to the current object; otherwise, false.
+
+
+ Determines whether the specified object is equal to the current object.
+ The object to compare with the current object.
+ true if the specified object is equal to the current object; otherwise, false.
+
+
+ Creates an awaiter for this value.
+ The awaiter.
+
+
+ Returns the hash code for this instance.
+ The hash code for the current object.
+
+
+ Gets a value that indicates whether this object represents a canceled operation.
+ true if this object represents a canceled operation; otherwise, false.
+
+
+ Gets a value that indicates whether this object represents a completed operation.
+ true if this object represents a completed operation; otherwise, false.
+
+
+ Gets a value that indicates whether this object represents a successfully completed operation.
+ true if this object represents a successfully completed operation; otherwise, false.
+
+
+ Gets a value that indicates whether this object represents a failed operation.
+ true if this object represents a failed operation; otherwise, false.
+
+
+ Compares two values for equality.
+ The first value to compare.
+ The second value to compare.
+ true if the two values are equal; otherwise, false.
+
+
+ Determines whether two values are unequal.
+ The first value to compare.
+ The seconed value to compare.
+ true if the two values are not equal; otherwise, false.
+
+
+ Gets the result.
+ The result.
+
+
+ Returns a string that represents the current object.
+ A string that represents the current object.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/packages/System.Threading.Tasks.Extensions.4.5.3/lib/netstandard2.0/System.Threading.Tasks.Extensions.dll b/packages/System.Threading.Tasks.Extensions.4.5.3/lib/netstandard2.0/System.Threading.Tasks.Extensions.dll
new file mode 100644
index 00000000..e059050b
Binary files /dev/null and b/packages/System.Threading.Tasks.Extensions.4.5.3/lib/netstandard2.0/System.Threading.Tasks.Extensions.dll differ
diff --git a/packages/System.Threading.Tasks.Extensions.4.5.3/lib/netstandard2.0/System.Threading.Tasks.Extensions.xml b/packages/System.Threading.Tasks.Extensions.4.5.3/lib/netstandard2.0/System.Threading.Tasks.Extensions.xml
new file mode 100644
index 00000000..5e02a99d
--- /dev/null
+++ b/packages/System.Threading.Tasks.Extensions.4.5.3/lib/netstandard2.0/System.Threading.Tasks.Extensions.xml
@@ -0,0 +1,166 @@
+
+
+ System.Threading.Tasks.Extensions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Provides a value type that wraps a and a TResult, only one of which is used.
+ The result.
+
+
+ Initializes a new instance of the class using the supplied task that represents the operation.
+ The task.
+ The task argument is null.
+
+
+ Initializes a new instance of the class using the supplied result of a successful operation.
+ The result.
+
+
+ Retrieves a object that represents this .
+ The object that is wrapped in this if one exists, or a new object that represents the result.
+
+
+ Configures an awaiter for this value.
+ true to attempt to marshal the continuation back to the captured context; otherwise, false.
+ The configured awaiter.
+
+
+ Creates a method builder for use with an async method.
+ The created builder.
+
+
+ Determines whether the specified object is equal to the current object.
+ The object to compare with the current object.
+ true if the specified object is equal to the current object; otherwise, false.
+
+
+ Determines whether the specified object is equal to the current object.
+ The object to compare with the current object.
+ true if the specified object is equal to the current object; otherwise, false.
+
+
+ Creates an awaiter for this value.
+ The awaiter.
+
+
+ Returns the hash code for this instance.
+ The hash code for the current object.
+
+
+ Gets a value that indicates whether this object represents a canceled operation.
+ true if this object represents a canceled operation; otherwise, false.
+
+
+ Gets a value that indicates whether this object represents a completed operation.
+ true if this object represents a completed operation; otherwise, false.
+
+
+ Gets a value that indicates whether this object represents a successfully completed operation.
+ true if this object represents a successfully completed operation; otherwise, false.
+
+
+ Gets a value that indicates whether this object represents a failed operation.
+ true if this object represents a failed operation; otherwise, false.
+
+
+ Compares two values for equality.
+ The first value to compare.
+ The second value to compare.
+ true if the two values are equal; otherwise, false.
+
+
+ Determines whether two values are unequal.
+ The first value to compare.
+ The seconed value to compare.
+ true if the two values are not equal; otherwise, false.
+
+
+ Gets the result.
+ The result.
+
+
+ Returns a string that represents the current object.
+ A string that represents the current object.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/packages/System.Threading.Tasks.Extensions.4.5.3/lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll b/packages/System.Threading.Tasks.Extensions.4.5.3/lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll
new file mode 100644
index 00000000..959c2319
Binary files /dev/null and b/packages/System.Threading.Tasks.Extensions.4.5.3/lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll differ
diff --git a/packages/System.Threading.Tasks.Extensions.4.5.3/lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml b/packages/System.Threading.Tasks.Extensions.4.5.3/lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml
new file mode 100644
index 00000000..5e02a99d
--- /dev/null
+++ b/packages/System.Threading.Tasks.Extensions.4.5.3/lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml
@@ -0,0 +1,166 @@
+
+
+ System.Threading.Tasks.Extensions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Provides a value type that wraps a and a TResult, only one of which is used.
+ The result.
+
+
+ Initializes a new instance of the class using the supplied task that represents the operation.
+ The task.
+ The task argument is null.
+
+
+ Initializes a new instance of the class using the supplied result of a successful operation.
+ The result.
+
+
+ Retrieves a object that represents this .
+ The object that is wrapped in this if one exists, or a new object that represents the result.
+
+
+ Configures an awaiter for this value.
+ true to attempt to marshal the continuation back to the captured context; otherwise, false.
+ The configured awaiter.
+
+
+ Creates a method builder for use with an async method.
+ The created builder.
+
+
+ Determines whether the specified object is equal to the current object.
+ The object to compare with the current object.
+ true if the specified object is equal to the current object; otherwise, false.
+
+
+ Determines whether the specified object is equal to the current object.
+ The object to compare with the current object.
+ true if the specified object is equal to the current object; otherwise, false.
+
+
+ Creates an awaiter for this value.
+ The awaiter.
+
+
+ Returns the hash code for this instance.
+ The hash code for the current object.
+
+
+ Gets a value that indicates whether this object represents a canceled operation.
+ true if this object represents a canceled operation; otherwise, false.
+
+
+ Gets a value that indicates whether this object represents a completed operation.
+ true if this object represents a completed operation; otherwise, false.
+
+
+ Gets a value that indicates whether this object represents a successfully completed operation.
+ true if this object represents a successfully completed operation; otherwise, false.
+
+
+ Gets a value that indicates whether this object represents a failed operation.
+ true if this object represents a failed operation; otherwise, false.
+
+
+ Compares two values for equality.
+ The first value to compare.
+ The second value to compare.
+ true if the two values are equal; otherwise, false.
+
+
+ Determines whether two values are unequal.
+ The first value to compare.
+ The seconed value to compare.
+ true if the two values are not equal; otherwise, false.
+
+
+ Gets the result.
+ The result.
+
+
+ Returns a string that represents the current object.
+ A string that represents the current object.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/packages/System.Threading.Tasks.Extensions.4.5.3/lib/xamarinios10/_._ b/packages/System.Threading.Tasks.Extensions.4.5.3/lib/xamarinios10/_._
new file mode 100644
index 00000000..e69de29b
diff --git a/packages/System.Threading.Tasks.Extensions.4.5.3/lib/xamarinmac20/_._ b/packages/System.Threading.Tasks.Extensions.4.5.3/lib/xamarinmac20/_._
new file mode 100644
index 00000000..e69de29b
diff --git a/packages/System.Threading.Tasks.Extensions.4.5.3/lib/xamarintvos10/_._ b/packages/System.Threading.Tasks.Extensions.4.5.3/lib/xamarintvos10/_._
new file mode 100644
index 00000000..e69de29b
diff --git a/packages/System.Threading.Tasks.Extensions.4.5.3/lib/xamarinwatchos10/_._ b/packages/System.Threading.Tasks.Extensions.4.5.3/lib/xamarinwatchos10/_._
new file mode 100644
index 00000000..e69de29b
diff --git a/packages/System.Threading.Tasks.Extensions.4.5.3/ref/MonoAndroid10/_._ b/packages/System.Threading.Tasks.Extensions.4.5.3/ref/MonoAndroid10/_._
new file mode 100644
index 00000000..e69de29b
diff --git a/packages/System.Threading.Tasks.Extensions.4.5.3/ref/MonoTouch10/_._ b/packages/System.Threading.Tasks.Extensions.4.5.3/ref/MonoTouch10/_._
new file mode 100644
index 00000000..e69de29b
diff --git a/packages/System.Threading.Tasks.Extensions.4.5.3/ref/netcoreapp2.1/_._ b/packages/System.Threading.Tasks.Extensions.4.5.3/ref/netcoreapp2.1/_._
new file mode 100644
index 00000000..e69de29b
diff --git a/packages/System.Threading.Tasks.Extensions.4.5.3/ref/xamarinios10/_._ b/packages/System.Threading.Tasks.Extensions.4.5.3/ref/xamarinios10/_._
new file mode 100644
index 00000000..e69de29b
diff --git a/packages/System.Threading.Tasks.Extensions.4.5.3/ref/xamarinmac20/_._ b/packages/System.Threading.Tasks.Extensions.4.5.3/ref/xamarinmac20/_._
new file mode 100644
index 00000000..e69de29b
diff --git a/packages/System.Threading.Tasks.Extensions.4.5.3/ref/xamarintvos10/_._ b/packages/System.Threading.Tasks.Extensions.4.5.3/ref/xamarintvos10/_._
new file mode 100644
index 00000000..e69de29b
diff --git a/packages/System.Threading.Tasks.Extensions.4.5.3/ref/xamarinwatchos10/_._ b/packages/System.Threading.Tasks.Extensions.4.5.3/ref/xamarinwatchos10/_._
new file mode 100644
index 00000000..e69de29b
diff --git a/packages/System.Threading.Tasks.Extensions.4.5.3/useSharedDesignerContext.txt b/packages/System.Threading.Tasks.Extensions.4.5.3/useSharedDesignerContext.txt
new file mode 100644
index 00000000..e69de29b
diff --git a/packages/System.Threading.Tasks.Extensions.4.5.3/version.txt b/packages/System.Threading.Tasks.Extensions.4.5.3/version.txt
new file mode 100644
index 00000000..499310e4
--- /dev/null
+++ b/packages/System.Threading.Tasks.Extensions.4.5.3/version.txt
@@ -0,0 +1 @@
+637a8d58f72f2b0f1a71187530c3cf433e95a75a