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
- NamedElement.cs
- BindingListCollectionView.cs
- SmtpMail.cs
- OleDbFactory.cs
- DXD.cs
- FixedSOMLineCollection.cs
- SectionInput.cs
- WorkflowServiceNamespace.cs
- StoryFragments.cs
- FontFamilyIdentifier.cs
- MenuRendererStandards.cs
- XmlSignatureProperties.cs
- DataFieldEditor.cs
- SQLGuidStorage.cs
- ServiceEndpointAssociationProvider.cs
- WindowsRegion.cs
- TextDecorationUnitValidation.cs
- EdmEntityTypeAttribute.cs
- VisualTreeUtils.cs
- EntityModelBuildProvider.cs
- SQLString.cs
- CompiledQuery.cs
- Hashtable.cs
- ProxySimple.cs
- ObjectAnimationBase.cs
- ExtractorMetadata.cs
- MissingMethodException.cs
- StrongNameKeyPair.cs
- KernelTypeValidation.cs
- Comparer.cs
- DashStyle.cs
- WebPartAddingEventArgs.cs
- SqlConnectionStringBuilder.cs
- SoapBinding.cs
- StringCollection.cs
- BindableTemplateBuilder.cs
- PreviewPageInfo.cs
- ProcessHost.cs
- WebServiceHostFactory.cs
- ComponentRenameEvent.cs
- GeometryHitTestResult.cs
- HtmlElementErrorEventArgs.cs
- HashStream.cs
- TextProperties.cs
- SkewTransform.cs
- WindowsImpersonationContext.cs
- COM2ColorConverter.cs
- WebPartEditorOkVerb.cs
- RelationshipType.cs
- DiffuseMaterial.cs
- ListMarkerSourceInfo.cs
- _DomainName.cs
- XmlSchemaExternal.cs
- CounterSampleCalculator.cs
- Int32Collection.cs
- Automation.cs
- SupportsEventValidationAttribute.cs
- followingsibling.cs
- ListBase.cs
- ProtocolsConfigurationHandler.cs
- MouseEvent.cs
- NamedServiceModelExtensionCollectionElement.cs
- HttpListenerPrefixCollection.cs
- HttpResponse.cs
- Utility.cs
- KeyTime.cs
- MergablePropertyAttribute.cs
- SectionVisual.cs
- RemoteCryptoTokenProvider.cs
- xamlnodes.cs
- LinqDataSourceDisposeEventArgs.cs
- Border.cs
- SplashScreenNativeMethods.cs
- PathGradientBrush.cs
- JoinSymbol.cs
- ChangeConflicts.cs
- Cursor.cs
- OrderedDictionary.cs
- XmlLangPropertyAttribute.cs
- SqlPersonalizationProvider.cs
- Panel.cs
- RemotingConfiguration.cs
- VSDExceptions.cs
- ParseNumbers.cs
- ScriptManagerProxy.cs
- KeyedCollection.cs
- ToolStripProfessionalLowResolutionRenderer.cs
- RequestCacheEntry.cs
- DataGridViewImageCell.cs
- BrowserCapabilitiesCompiler.cs
- InvokeProviderWrapper.cs
- SpeakProgressEventArgs.cs
- BaseInfoTable.cs
- Exception.cs
- ToolStripItemImageRenderEventArgs.cs
- ValidatedControlConverter.cs
- PeerUnsafeNativeMethods.cs
- XomlDesignerLoader.cs
- ToolStripRendererSwitcher.cs
- XmlCharCheckingWriter.cs