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
- PropertyItem.cs
- Errors.cs
- TabItemAutomationPeer.cs
- SvcMapFile.cs
- LinkLabelLinkClickedEvent.cs
- LightweightCodeGenerator.cs
- ScrollBar.cs
- ImageSourceValueSerializer.cs
- WebPartManagerInternals.cs
- CompiledAction.cs
- LayoutExceptionEventArgs.cs
- MatrixKeyFrameCollection.cs
- SurrogateDataContract.cs
- _RequestLifetimeSetter.cs
- Membership.cs
- DefaultParameterValueAttribute.cs
- GraphicsState.cs
- ConfigXmlText.cs
- VisualTreeUtils.cs
- DependencyPropertyChangedEventArgs.cs
- MsmqMessageSerializationFormat.cs
- RangeValuePatternIdentifiers.cs
- ConnectionConsumerAttribute.cs
- InternalPermissions.cs
- DataGridPreparingCellForEditEventArgs.cs
- LayoutEngine.cs
- ConnectionManagementSection.cs
- FlowDocumentReader.cs
- DataSourceXmlSerializationAttribute.cs
- GeometryModel3D.cs
- HttpCookiesSection.cs
- AsymmetricKeyExchangeFormatter.cs
- SmiContext.cs
- AsyncStreamReader.cs
- DataExpression.cs
- OracleRowUpdatedEventArgs.cs
- ObjectDesignerDataSourceView.cs
- EntityClassGenerator.cs
- ToolStripDropDownMenu.cs
- KeyBinding.cs
- BuildManagerHost.cs
- PropertySegmentSerializer.cs
- WebDisplayNameAttribute.cs
- _HeaderInfo.cs
- CompiledRegexRunnerFactory.cs
- MDIWindowDialog.cs
- ColumnResult.cs
- CqlErrorHelper.cs
- ActivityExecutionContextCollection.cs
- LineInfo.cs
- NetworkInterface.cs
- DocumentGridContextMenu.cs
- DataGridViewCellValueEventArgs.cs
- ModelItemExtensions.cs
- ScriptMethodAttribute.cs
- ClientWindowsAuthenticationMembershipProvider.cs
- StyleHelper.cs
- DeferredElementTreeState.cs
- ConfigXmlComment.cs
- ButtonPopupAdapter.cs
- filewebresponse.cs
- ArgumentException.cs
- Reference.cs
- Trace.cs
- DesignTimeParseData.cs
- RtfControlWordInfo.cs
- MergablePropertyAttribute.cs
- XmlObjectSerializerWriteContextComplex.cs
- SmiEventSink_DeferedProcessing.cs
- TypeHelpers.cs
- XmlUrlResolver.cs
- HostedElements.cs
- XmlSchemaSimpleContent.cs
- ParentUndoUnit.cs
- StylusPointPropertyInfo.cs
- SocketInformation.cs
- XmlSchemaGroupRef.cs
- TableRowGroup.cs
- MaskDesignerDialog.cs
- Monitor.cs
- XsltFunctions.cs
- WindowsIPAddress.cs
- ValueQuery.cs
- DataServiceQueryProvider.cs
- DataGridViewRowStateChangedEventArgs.cs
- Action.cs
- StrokeNodeOperations2.cs
- GroupBoxAutomationPeer.cs
- JavaScriptObjectDeserializer.cs
- OdbcParameter.cs
- WebHostScriptMappingsInstallComponent.cs
- ContentPlaceHolder.cs
- BitConverter.cs
- MediaPlayerState.cs
- LongValidator.cs
- InvalidOperationException.cs
- Stylesheet.cs
- Literal.cs
- JoinCqlBlock.cs
- XpsFilter.cs