Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- CodeAssignStatement.cs
- ListViewInsertionMark.cs
- HtmlHead.cs
- DataColumnMappingCollection.cs
- Int64Animation.cs
- XmlLanguageConverter.cs
- PartialTrustHelpers.cs
- SqlBooleanizer.cs
- SQLDoubleStorage.cs
- DataSourceProvider.cs
- ScrollProperties.cs
- UrlMappingsModule.cs
- SafeThemeHandle.cs
- SpeechDetectedEventArgs.cs
- AnimationStorage.cs
- SmiEventSink.cs
- ContextBase.cs
- FormatterConverter.cs
- DispatchChannelSink.cs
- PropertyFilterAttribute.cs
- ListViewDeletedEventArgs.cs
- WebPartActionVerb.cs
- HotSpot.cs
- COM2ICategorizePropertiesHandler.cs
- PageThemeBuildProvider.cs
- ModelTreeEnumerator.cs
- CodeFieldReferenceExpression.cs
- StringResourceManager.cs
- XhtmlBasicPanelAdapter.cs
- FontStretch.cs
- NumberSubstitution.cs
- SqlPersonalizationProvider.cs
- XmlValidatingReaderImpl.cs
- DataListDesigner.cs
- AutomationPropertyInfo.cs
- XmlSchemaException.cs
- PenThreadPool.cs
- AppDomainManager.cs
- hwndwrapper.cs
- XmlTextReaderImplHelpers.cs
- BitmapFrameEncode.cs
- WinFormsUtils.cs
- TreeViewItemAutomationPeer.cs
- UnsafeCollabNativeMethods.cs
- InputLanguageCollection.cs
- COM2IVsPerPropertyBrowsingHandler.cs
- QilParameter.cs
- PropertyMapper.cs
- IdentityNotMappedException.cs
- MSAANativeProvider.cs
- ShowExpandedMultiValueConverter.cs
- SiteMapNode.cs
- IImplicitResourceProvider.cs
- SplitterCancelEvent.cs
- PageParser.cs
- XslTransform.cs
- AbsoluteQuery.cs
- SqlUserDefinedTypeAttribute.cs
- DataGridViewColumn.cs
- SourceItem.cs
- OrderPreservingPipeliningSpoolingTask.cs
- PathFigureCollection.cs
- PersonalizableTypeEntry.cs
- Border.cs
- BitmapEffect.cs
- DataServiceStreamProviderWrapper.cs
- NamespaceImport.cs
- XmlDataSourceDesigner.cs
- XmlSchemaSimpleTypeList.cs
- GridViewAutomationPeer.cs
- Scheduler.cs
- TCEAdapterGenerator.cs
- ConversionContext.cs
- SqlStatistics.cs
- FormsAuthenticationCredentials.cs
- WebPart.cs
- _ConnectOverlappedAsyncResult.cs
- SafePEFileHandle.cs
- GraphicsContainer.cs
- CodeMemberProperty.cs
- ReservationNotFoundException.cs
- DbgUtil.cs
- DrawingContext.cs
- BitmapEffectGroup.cs
- HtmlToClrEventProxy.cs
- ManipulationDelta.cs
- TokenBasedSet.cs
- GeometryDrawing.cs
- HandledEventArgs.cs
- PackUriHelper.cs
- TimeStampChecker.cs
- UserControl.cs
- SqlDataSourceRefreshSchemaForm.cs
- TextSelection.cs
- RunWorkerCompletedEventArgs.cs
- WebPartVerbsEventArgs.cs
- XmlSchemaComplexType.cs
- NativeCppClassAttribute.cs
- OuterGlowBitmapEffect.cs
- RadioButton.cs