File: System\Xml\XmlWriteBase64AsyncArgs.cs | |
Project: ndp\cdf\src\WCF\Serialization\System.Runtime.Serialization.csproj (System.Runtime.Serialization) |
// <copyright> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> namespace System.Xml { class XmlWriteBase64AsyncArguments { internal byte[] Buffer { get; set; } internal int Index { get; set; } internal int Count { get; set; } internal int Offset { get; set; } } } |