Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / CompMod / System / CodeDOM / CodeLinePragma.cs / 1 / CodeLinePragma.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ////// [ ClassInterface(ClassInterfaceType.AutoDispatch), ComVisible(true), Serializable, ] public class CodeLinePragma { private string fileName; private int lineNumber; public CodeLinePragma() { } ////// Represents line number information for an external file. /// ////// public CodeLinePragma(string fileName, int lineNumber) { FileName = fileName; LineNumber = lineNumber; } ////// Initializes a new instance of ///. /// /// public string FileName { get { return (fileName == null) ? string.Empty : fileName; } set { fileName = value; } } ////// Gets or sets /// the filename of /// the associated file. /// ////// public int LineNumber { get { return lineNumber; } set { lineNumber = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Gets or sets the line number of the file for /// the current pragma. /// ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ////// [ ClassInterface(ClassInterfaceType.AutoDispatch), ComVisible(true), Serializable, ] public class CodeLinePragma { private string fileName; private int lineNumber; public CodeLinePragma() { } ////// Represents line number information for an external file. /// ////// public CodeLinePragma(string fileName, int lineNumber) { FileName = fileName; LineNumber = lineNumber; } ////// Initializes a new instance of ///. /// /// public string FileName { get { return (fileName == null) ? string.Empty : fileName; } set { fileName = value; } } ////// Gets or sets /// the filename of /// the associated file. /// ////// public int LineNumber { get { return lineNumber; } set { lineNumber = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Gets or sets the line number of the file for /// the current pragma. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TextReturnReader.cs
- Attribute.cs
- UserInitiatedRoutedEventPermission.cs
- RangeValidator.cs
- DataGridViewRowConverter.cs
- OracleString.cs
- FontCacheUtil.cs
- XamlParser.cs
- PropertyKey.cs
- MDIWindowDialog.cs
- Padding.cs
- Hash.cs
- LayoutDump.cs
- ThrowOnMultipleAssignment.cs
- RedistVersionInfo.cs
- ClientProxyGenerator.cs
- DbProviderSpecificTypePropertyAttribute.cs
- TableProvider.cs
- ProtectedConfiguration.cs
- TextUtf8RawTextWriter.cs
- UpdateExpressionVisitor.cs
- PeerPresenceInfo.cs
- XmlSerializableReader.cs
- StylusPointPropertyInfoDefaults.cs
- AccessDataSource.cs
- ObjectDataSourceView.cs
- RawStylusSystemGestureInputReport.cs
- ApplicationServiceManager.cs
- Row.cs
- ComplexLine.cs
- DtrList.cs
- SmtpException.cs
- IndentedWriter.cs
- StylusPointPropertyUnit.cs
- MulticastOption.cs
- ParameterBuilder.cs
- ProcessThreadCollection.cs
- ToolStripItemImageRenderEventArgs.cs
- MessageBox.cs
- EntityModelBuildProvider.cs
- EntityDataSourceContextDisposingEventArgs.cs
- ZipIOCentralDirectoryBlock.cs
- CodeThrowExceptionStatement.cs
- InsufficientMemoryException.cs
- ErrorProvider.cs
- ShortcutKeysEditor.cs
- WebPartZone.cs
- ReferenceEqualityComparer.cs
- ThaiBuddhistCalendar.cs
- SmiContextFactory.cs
- InputManager.cs
- ECDiffieHellman.cs
- TraceContext.cs
- SiteMapProvider.cs
- XmlSchemaFacet.cs
- ImagingCache.cs
- ButtonField.cs
- KeyTimeConverter.cs
- CounterSampleCalculator.cs
- ViewCellSlot.cs
- FixedPageStructure.cs
- EdmEntityTypeAttribute.cs
- SystemIPAddressInformation.cs
- Int32CAMarshaler.cs
- XmlSchemaAny.cs
- WsdlInspector.cs
- SocketException.cs
- AdRotator.cs
- DataGridCell.cs
- MediaScriptCommandRoutedEventArgs.cs
- FontFamilyConverter.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- EncoderBestFitFallback.cs
- XmlILConstructAnalyzer.cs
- sitestring.cs
- UnsignedPublishLicense.cs
- UnmanagedMemoryStreamWrapper.cs
- FactoryGenerator.cs
- EventMappingSettings.cs
- AppDomainFactory.cs
- XmlDataDocument.cs
- WebPartCloseVerb.cs
- DataViewSetting.cs
- NonClientArea.cs
- StreamUpgradeAcceptor.cs
- AdapterUtil.cs
- MultiBindingExpression.cs
- SchemaLookupTable.cs
- CodeExporter.cs
- CompilerError.cs
- PingReply.cs
- _ConnectStream.cs
- WebPermission.cs
- EntityDataSourceViewSchema.cs
- WhitespaceRuleLookup.cs
- IntSecurity.cs
- ColorPalette.cs
- TableRow.cs
- PropertyValueChangedEvent.cs
- _CacheStreams.cs