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
- AlphabeticalEnumConverter.cs
- OleDragDropHandler.cs
- XmlStreamStore.cs
- FontStyleConverter.cs
- Latin1Encoding.cs
- FileRecordSequence.cs
- SpeakProgressEventArgs.cs
- CodeIdentifiers.cs
- ListBoxItemAutomationPeer.cs
- AuthenticationException.cs
- MimeObjectFactory.cs
- nulltextnavigator.cs
- EntityDataSourceConfigureObjectContext.cs
- BlurEffect.cs
- OpacityConverter.cs
- ResponseStream.cs
- NonSerializedAttribute.cs
- ToolStripDropTargetManager.cs
- SendMessageRecord.cs
- sqlnorm.cs
- PackageStore.cs
- CallContext.cs
- DesignerExtenders.cs
- ProgressBar.cs
- ManagementPath.cs
- FixedNode.cs
- SessionPageStatePersister.cs
- Point4D.cs
- RtfControlWordInfo.cs
- JournalEntryListConverter.cs
- DataGridViewCellParsingEventArgs.cs
- Rectangle.cs
- TCEAdapterGenerator.cs
- RectangleGeometry.cs
- CapabilitiesSection.cs
- State.cs
- HtmlSelect.cs
- HttpRuntimeSection.cs
- TreeViewCancelEvent.cs
- ObjectNavigationPropertyMapping.cs
- BinHexEncoding.cs
- SettingsPropertyValueCollection.cs
- WindowsStartMenu.cs
- ObjectKeyFrameCollection.cs
- HttpResponseBase.cs
- PagesSection.cs
- dataprotectionpermission.cs
- PixelFormat.cs
- HostExecutionContextManager.cs
- TreeNodeCollectionEditor.cs
- FrameworkTemplate.cs
- ModuleElement.cs
- BasePropertyDescriptor.cs
- TailPinnedEventArgs.cs
- Asn1IntegerConverter.cs
- TextViewSelectionProcessor.cs
- WebHttpBehavior.cs
- _Win32.cs
- AsyncResult.cs
- DataContractFormatAttribute.cs
- WebServiceEnumData.cs
- MailDefinition.cs
- EDesignUtil.cs
- ListComponentEditorPage.cs
- ResourceCodeDomSerializer.cs
- SqlDataSourceDesigner.cs
- DependencyPropertyDescriptor.cs
- DataKeyArray.cs
- RuntimeEnvironment.cs
- Comparer.cs
- DataTemplateKey.cs
- ComponentChangedEvent.cs
- HttpConfigurationContext.cs
- CallId.cs
- WhiteSpaceTrimStringConverter.cs
- ColorAnimationUsingKeyFrames.cs
- HandlerBase.cs
- XmlTextReader.cs
- SetStateDesigner.cs
- PrintPreviewDialog.cs
- MouseWheelEventArgs.cs
- AQNBuilder.cs
- Command.cs
- ImportContext.cs
- TrailingSpaceComparer.cs
- PhysicalOps.cs
- CoreSwitches.cs
- ChannelBinding.cs
- DodSequenceMerge.cs
- GeometryHitTestParameters.cs
- GrammarBuilderWildcard.cs
- ConstructorExpr.cs
- PrinterSettings.cs
- DbException.cs
- IgnoreSection.cs
- Rotation3DAnimationUsingKeyFrames.cs
- BaseParaClient.cs
- AnimationException.cs
- StringExpressionSet.cs
- TabPage.cs