Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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.
//
// [....]
//-----------------------------------------------------------------------------
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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CodeMemberProperty.cs
- NamespaceQuery.cs
- NTAccount.cs
- StructuredTypeInfo.cs
- XmlSchemaAttribute.cs
- ShapeTypeface.cs
- EncryptedHeader.cs
- MetaTable.cs
- DbConnectionPoolGroupProviderInfo.cs
- PenThreadWorker.cs
- ButtonPopupAdapter.cs
- ObjectReaderCompiler.cs
- IPAddress.cs
- Compiler.cs
- CommentEmitter.cs
- DesignBindingPropertyDescriptor.cs
- RotateTransform.cs
- ParameterEditorUserControl.cs
- IListConverters.cs
- XmlNullResolver.cs
- BitConverter.cs
- ObjectItemCollection.cs
- ComponentEditorForm.cs
- EventPropertyMap.cs
- BitmapEffectDrawingContextWalker.cs
- SafeReversePInvokeHandle.cs
- InputScope.cs
- FormattedTextSymbols.cs
- IntSecurity.cs
- LogicalExpr.cs
- OleDbPropertySetGuid.cs
- ErrorReporting.cs
- QualifiedId.cs
- RsaSecurityToken.cs
- FileUpload.cs
- ReachSerializer.cs
- FunctionParameter.cs
- BitmapImage.cs
- ContentHostHelper.cs
- DBConcurrencyException.cs
- FrameworkTextComposition.cs
- TreeNodeCollectionEditor.cs
- OdbcCommand.cs
- ExtensionFile.cs
- XPathScanner.cs
- activationcontext.cs
- GroupDescription.cs
- DropDownButton.cs
- ObjectItemCollectionAssemblyCacheEntry.cs
- EntityContainerAssociationSet.cs
- Inline.cs
- UniqueEventHelper.cs
- PhysicalAddress.cs
- ObjectConverter.cs
- ViewStateModeByIdAttribute.cs
- xsdvalidator.cs
- NavigationService.cs
- MainMenu.cs
- WebPartCatalogCloseVerb.cs
- EventLogLink.cs
- VersionPair.cs
- ChildChangedEventArgs.cs
- PassportAuthenticationModule.cs
- PointLightBase.cs
- GraphicsState.cs
- SafeViewOfFileHandle.cs
- KeyedQueue.cs
- Block.cs
- ExpandCollapseProviderWrapper.cs
- SharedTcpTransportManager.cs
- CompositeDataBoundControl.cs
- ExcCanonicalXml.cs
- TraceRecord.cs
- handlecollector.cs
- Control.cs
- SqlLiftIndependentRowExpressions.cs
- ProcessHostConfigUtils.cs
- RequestCacheEntry.cs
- CacheManager.cs
- LoaderAllocator.cs
- DoubleAnimation.cs
- OletxEnlistment.cs
- XmlBoundElement.cs
- mediaclock.cs
- SR.cs
- SingleAnimationUsingKeyFrames.cs
- WsdlBuildProvider.cs
- ActivityXRefPropertyEditor.cs
- VisualBasicExpressionConverter.cs
- IndentedWriter.cs
- SettingsProviderCollection.cs
- ExpandButtonVisibilityConverter.cs
- WindowExtensionMethods.cs
- SamlNameIdentifierClaimResource.cs
- FixedSOMPageElement.cs
- ViewValidator.cs
- odbcmetadatacolumnnames.cs
- DragAssistanceManager.cs
- WpfXamlMember.cs
- Pair.cs