Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ControlBuilderAttribute.cs
- webclient.cs
- XmlUrlEditor.cs
- MenuItemCollection.cs
- ToolStripComboBox.cs
- ConstrainedDataObject.cs
- Constraint.cs
- DecodeHelper.cs
- OleDbWrapper.cs
- ToolboxComponentsCreatedEventArgs.cs
- HtmlMeta.cs
- ImageConverter.cs
- SignatureDescription.cs
- OutputCacheProfile.cs
- Wrapper.cs
- CombinedTcpChannel.cs
- TracePayload.cs
- Memoizer.cs
- Site.cs
- WindowsScrollBarBits.cs
- SqlTypesSchemaImporter.cs
- ServiceDescriptionImporter.cs
- ChangeToolStripParentVerb.cs
- EventItfInfo.cs
- OleDbConnection.cs
- Visual3D.cs
- StrongName.cs
- CompilationUnit.cs
- Properties.cs
- _AuthenticationState.cs
- QueueProcessor.cs
- ConnectionConsumerAttribute.cs
- CodeDOMProvider.cs
- UnmanagedMemoryStreamWrapper.cs
- NetworkInterface.cs
- SafeWaitHandle.cs
- CommonProperties.cs
- Color.cs
- OdbcCommand.cs
- BitmapEffectInputData.cs
- Odbc32.cs
- RelatedPropertyManager.cs
- NumberFormatInfo.cs
- ScriptHandlerFactory.cs
- TaiwanCalendar.cs
- X509ChainPolicy.cs
- WebPartAddingEventArgs.cs
- Highlights.cs
- BigInt.cs
- ServiceMemoryGates.cs
- RadioButtonRenderer.cs
- D3DImage.cs
- TraversalRequest.cs
- DatePickerTextBox.cs
- ThicknessAnimationBase.cs
- ProtocolInformationWriter.cs
- ListViewAutomationPeer.cs
- UnknownBitmapDecoder.cs
- Wildcard.cs
- Version.cs
- LineServicesCallbacks.cs
- ToolStripSeparator.cs
- Timer.cs
- DataContext.cs
- URLAttribute.cs
- MediaTimeline.cs
- PersonalizationDictionary.cs
- AppSettingsReader.cs
- OperationInvokerBehavior.cs
- X509SecurityTokenParameters.cs
- HttpPostedFile.cs
- VisualTreeUtils.cs
- LabelAutomationPeer.cs
- ContentElementAutomationPeer.cs
- TraceContextEventArgs.cs
- BaseValidatorDesigner.cs
- MetadataProperty.cs
- EntityExpressionVisitor.cs
- SecurityKeyIdentifier.cs
- NeedSkipTokenVisitor.cs
- AuthenticatingEventArgs.cs
- WorkflowPersistenceService.cs
- NativeMethodsCLR.cs
- OptionUsage.cs
- Rectangle.cs
- SecurityTokenInclusionMode.cs
- QueryOperator.cs
- PropertyInformationCollection.cs
- SecurityDescriptor.cs
- hwndwrapper.cs
- EdmFunction.cs
- SingleConverter.cs
- BasicDesignerLoader.cs
- SiteMapNodeItem.cs
- LoginCancelEventArgs.cs
- ReturnType.cs
- SqlDesignerDataSourceView.cs
- ConfigurationLocation.cs
- DuplicateWaitObjectException.cs
- RelationshipSet.cs