Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Sys / System / IO / compression / Match.cs / 1305376 / Match.cs
namespace System.IO.Compression { // This class represents a match in the history window internal class Match { private MatchState state; private int pos; private int len; private byte symbol; internal MatchState State { get { return state; } set { state = value; } } internal int Position { get { return pos; } set { pos = value; } } internal int Length { get { return len; } set { len = value; } } internal byte Symbol { get { return symbol; } set { symbol = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. namespace System.IO.Compression { // This class represents a match in the history window internal class Match { private MatchState state; private int pos; private int len; private byte symbol; internal MatchState State { get { return state; } set { state = value; } } internal int Position { get { return pos; } set { pos = value; } } internal int Length { get { return len; } set { len = value; } } internal byte Symbol { get { return symbol; } set { symbol = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- StreamGeometryContext.cs
- _SecureChannel.cs
- ExpandButtonVisibilityConverter.cs
- Geometry3D.cs
- NumberSubstitution.cs
- FilteredDataSetHelper.cs
- TextServicesLoader.cs
- CommandField.cs
- iisPickupDirectory.cs
- InternalException.cs
- ColumnCollection.cs
- ReferentialConstraintRoleElement.cs
- Exceptions.cs
- CustomAttributeBuilder.cs
- Mouse.cs
- EntryIndex.cs
- CodeDirectoryCompiler.cs
- DateTimeOffset.cs
- COM2ExtendedTypeConverter.cs
- TemplateManager.cs
- WebPartMenuStyle.cs
- DataChangedEventManager.cs
- CompilerWrapper.cs
- ProvideValueServiceProvider.cs
- TriggerCollection.cs
- TypedReference.cs
- DescriptionAttribute.cs
- _SslStream.cs
- MultiBindingExpression.cs
- CompositeFontFamily.cs
- BinaryUtilClasses.cs
- Win32KeyboardDevice.cs
- Trustee.cs
- OleDbStruct.cs
- Debug.cs
- DataGridViewColumnConverter.cs
- MethodCallTranslator.cs
- PackageRelationshipSelector.cs
- OperationExecutionFault.cs
- WindowsRegion.cs
- SHA384CryptoServiceProvider.cs
- WindowsTab.cs
- __Filters.cs
- WriteTimeStream.cs
- documentsequencetextcontainer.cs
- UnsafeNativeMethods.cs
- Compiler.cs
- InvalidProgramException.cs
- WSAddressing10ProblemHeaderQNameFault.cs
- SqlServices.cs
- CustomErrorsSectionWrapper.cs
- FacetValueContainer.cs
- XPathChildIterator.cs
- AttachInfo.cs
- DataGridViewTextBoxColumn.cs
- StrokeCollection.cs
- BuildManagerHost.cs
- AuthenticationManager.cs
- WebPartConnectionsConnectVerb.cs
- LocalizationParserHooks.cs
- ConfigurationElementProperty.cs
- Literal.cs
- ByteAnimationBase.cs
- FontDriver.cs
- BitmapEffectDrawing.cs
- FreezableOperations.cs
- WebBrowserProgressChangedEventHandler.cs
- HttpCachePolicyElement.cs
- CompilerCollection.cs
- CharStorage.cs
- IPeerNeighbor.cs
- ToolStripContentPanelRenderEventArgs.cs
- BitmapMetadataBlob.cs
- HttpApplication.cs
- ElementProxy.cs
- LoginView.cs
- DummyDataSource.cs
- ToolStripStatusLabel.cs
- GenerateHelper.cs
- StylusCollection.cs
- WebPartVerbCollection.cs
- VerticalAlignConverter.cs
- HMACMD5.cs
- PrintPreviewGraphics.cs
- ObjectParameterCollection.cs
- InvalidProgramException.cs
- UdpReplyToBehavior.cs
- StylusPointCollection.cs
- Trustee.cs
- GradientStop.cs
- XmlAttributeAttribute.cs
- SafeProcessHandle.cs
- ResourceContainer.cs
- AgileSafeNativeMemoryHandle.cs
- TextMetrics.cs
- CompilerGeneratedAttribute.cs
- ContentDefinition.cs
- Separator.cs
- InvokeWebService.cs
- SHA256.cs