Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Xml / System / Xml / LineInfo.cs / 1 / LineInfo.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml { internal struct LineInfo { internal int lineNo; internal int linePos; public LineInfo( int lineNo, int linePos ) { this.lineNo = lineNo; this.linePos = linePos; } public void Set( int lineNo, int linePos ) { this.lineNo = lineNo; this.linePos = linePos; } } } // 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
- TreeNodeConverter.cs
- PageHandlerFactory.cs
- ServiceMemoryGates.cs
- Attribute.cs
- MouseGestureValueSerializer.cs
- BitmapPalettes.cs
- XmlTextReader.cs
- WorkflowEnvironment.cs
- TextSerializer.cs
- ExpandedProjectionNode.cs
- HighlightOverlayGlyph.cs
- BitSet.cs
- validationstate.cs
- FontWeights.cs
- ASCIIEncoding.cs
- BinHexEncoder.cs
- CompiledQueryCacheEntry.cs
- DispatcherOperation.cs
- RegisteredExpandoAttribute.cs
- BinaryMessageEncodingElement.cs
- HandledMouseEvent.cs
- XmlTextEncoder.cs
- BaseProcessProtocolHandler.cs
- ControlPaint.cs
- AttributeQuery.cs
- CheckPair.cs
- ToolStripContentPanel.cs
- InfoCardRSAOAEPKeyExchangeDeformatter.cs
- CompilerLocalReference.cs
- CssTextWriter.cs
- GridPatternIdentifiers.cs
- EditorZoneBase.cs
- RadioButtonRenderer.cs
- NamespaceCollection.cs
- InkPresenterAutomationPeer.cs
- MaskedTextProvider.cs
- GPPOINT.cs
- GiveFeedbackEvent.cs
- MultiByteCodec.cs
- PersonalizableTypeEntry.cs
- DispatcherTimer.cs
- SqlServices.cs
- TextRunTypographyProperties.cs
- RowType.cs
- DocumentPageViewAutomationPeer.cs
- SqlDataSourceQueryConverter.cs
- CodeAttachEventStatement.cs
- storepermission.cs
- DataSourceListEditor.cs
- ScriptBehaviorDescriptor.cs
- LinkButton.cs
- NetPeerTcpBindingCollectionElement.cs
- FaultDescriptionCollection.cs
- OdbcInfoMessageEvent.cs
- BlockCollection.cs
- CodeComment.cs
- StaticSiteMapProvider.cs
- UnauthorizedAccessException.cs
- AuthorizationSection.cs
- XmlNodeChangedEventManager.cs
- ContainerCodeDomSerializer.cs
- RegionInfo.cs
- BypassElement.cs
- StopStoryboard.cs
- MergePropertyDescriptor.cs
- NoPersistProperty.cs
- X509WindowsSecurityToken.cs
- DelegatingTypeDescriptionProvider.cs
- RuleDefinitions.cs
- ComponentManagerBroker.cs
- TypeHelpers.cs
- ExtenderProviderService.cs
- DateTimeUtil.cs
- MsmqIntegrationElement.cs
- ListBoxAutomationPeer.cs
- X509Chain.cs
- UInt64.cs
- BinaryMethodMessage.cs
- RelatedPropertyManager.cs
- XmlSerializer.cs
- DesignSurfaceServiceContainer.cs
- WindowsTokenRoleProvider.cs
- BrowsableAttribute.cs
- HistoryEventArgs.cs
- Line.cs
- Matrix3D.cs
- XmlWellformedWriter.cs
- StrongNameSignatureInformation.cs
- RequiredFieldValidator.cs
- DataRecord.cs
- ACL.cs
- ImmutableCollection.cs
- UpdateManifestForBrowserApplication.cs
- FontFamilyConverter.cs
- RecordConverter.cs
- TimeoutValidationAttribute.cs
- PassportIdentity.cs
- ObjectListTitleAttribute.cs
- DataGridColumnDropSeparator.cs
- AttachedPropertyBrowsableAttribute.cs