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
- GlobalEventManager.cs
- SpecialFolderEnumConverter.cs
- XAMLParseException.cs
- PageAsyncTask.cs
- LinearGradientBrush.cs
- IncrementalCompileAnalyzer.cs
- HttpFileCollectionBase.cs
- ScriptingAuthenticationServiceSection.cs
- PageAdapter.cs
- UIElementParaClient.cs
- ListViewUpdatedEventArgs.cs
- CachedPathData.cs
- XPathBuilder.cs
- ToolBar.cs
- XmlCharCheckingWriter.cs
- JournalNavigationScope.cs
- WindowsSlider.cs
- CultureSpecificCharacterBufferRange.cs
- DataBoundControlDesigner.cs
- ScriptResourceDefinition.cs
- QueryResponse.cs
- DateTimeFormatInfoScanner.cs
- FragmentNavigationEventArgs.cs
- EventMappingSettings.cs
- RequestTimeoutManager.cs
- ReferenceService.cs
- TemporaryBitmapFile.cs
- GridViewActionList.cs
- HttpAsyncResult.cs
- PropertyValueUIItem.cs
- Parameter.cs
- LinqDataSourceContextEventArgs.cs
- XdrBuilder.cs
- TextHidden.cs
- CFGGrammar.cs
- ButtonRenderer.cs
- RectKeyFrameCollection.cs
- ServiceDescriptionSerializer.cs
- Accessible.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- x509utils.cs
- ResourceExpressionBuilder.cs
- RuleRef.cs
- ConstraintManager.cs
- WebContentFormatHelper.cs
- ConfigurationFileMap.cs
- ADMembershipProvider.cs
- StdRegProviderWrapper.cs
- SafeSystemMetrics.cs
- CachedFontFace.cs
- LockedAssemblyCache.cs
- WebPartConnectionsEventArgs.cs
- NumericUpDownAccelerationCollection.cs
- ImageField.cs
- RawStylusInputCustomDataList.cs
- _HelperAsyncResults.cs
- CrossSiteScriptingValidation.cs
- HttpCacheParams.cs
- InputScopeNameConverter.cs
- TimeIntervalCollection.cs
- DesignerVerbToolStripMenuItem.cs
- ToolTip.cs
- IDReferencePropertyAttribute.cs
- PositiveTimeSpanValidator.cs
- HttpCookie.cs
- ValidatingPropertiesEventArgs.cs
- SamlNameIdentifierClaimResource.cs
- SqlCachedBuffer.cs
- DynamicDocumentPaginator.cs
- MenuItem.cs
- PrimitiveDataContract.cs
- querybuilder.cs
- ApplicationContext.cs
- TextServicesProperty.cs
- FormViewRow.cs
- WpfKnownMemberInvoker.cs
- PreparingEnlistment.cs
- DynamicArgumentDesigner.xaml.cs
- SortAction.cs
- Accessors.cs
- _NetRes.cs
- ApplicationDirectoryMembershipCondition.cs
- SubpageParaClient.cs
- TableCell.cs
- UnknownBitmapEncoder.cs
- SqlError.cs
- RawStylusInput.cs
- CodeAttributeDeclaration.cs
- PopupRoot.cs
- RTLAwareMessageBox.cs
- CompositeControl.cs
- FloaterParagraph.cs
- PackUriHelper.cs
- IssuedTokensHeader.cs
- coordinatorfactory.cs
- PathParser.cs
- ValidationSummary.cs
- BitmapCacheBrush.cs
- ScaleTransform3D.cs
- EdmTypeAttribute.cs