Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / CodeDOM / CodeLinePragma.cs / 1305376 / CodeLinePragma.cs
//------------------------------------------------------------------------------ //// // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ///[....] // Copyright (c) Microsoft Corporation. All rights reserved. ///// [ 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. /// ///// // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ///[....] // Copyright (c) Microsoft Corporation. All rights reserved. ///// [ 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
- AssociatedControlConverter.cs
- ImageClickEventArgs.cs
- Scripts.cs
- ConfigXmlComment.cs
- __FastResourceComparer.cs
- EdmConstants.cs
- Typeface.cs
- LambdaCompiler.Address.cs
- ImageButton.cs
- ZoomPercentageConverter.cs
- DES.cs
- DecoderNLS.cs
- XmlSchema.cs
- DataGridViewCellStyleChangedEventArgs.cs
- InteropBitmapSource.cs
- CodeSnippetTypeMember.cs
- _MultipleConnectAsync.cs
- CellConstantDomain.cs
- DbModificationCommandTree.cs
- TraceLog.cs
- WebPartDisplayModeCancelEventArgs.cs
- PreProcessor.cs
- ParseChildrenAsPropertiesAttribute.cs
- DebugControllerThread.cs
- XmlAttributeOverrides.cs
- ItemCollection.cs
- TextTreePropertyUndoUnit.cs
- PageRanges.cs
- AsymmetricSignatureDeformatter.cs
- ReachSerializerAsync.cs
- LogFlushAsyncResult.cs
- HttpRawResponse.cs
- LayoutTable.cs
- SQLStringStorage.cs
- SupportsEventValidationAttribute.cs
- DeviceSpecificChoiceCollection.cs
- versioninfo.cs
- DeploymentSection.cs
- PersistenceIOParticipant.cs
- SignatureHelper.cs
- ProjectionCamera.cs
- TargetException.cs
- UpDownBase.cs
- SchemaMerger.cs
- ValidatingReaderNodeData.cs
- EventTrigger.cs
- formatter.cs
- RegistryPermission.cs
- SqlCommandBuilder.cs
- ToolTipService.cs
- _CommandStream.cs
- PropertyDescriptorGridEntry.cs
- DataControlButton.cs
- IsolatedStoragePermission.cs
- BrowserCapabilitiesCodeGenerator.cs
- COM2IDispatchConverter.cs
- PrivilegedConfigurationManager.cs
- CacheRequest.cs
- StylusOverProperty.cs
- DataProtection.cs
- HtmlUtf8RawTextWriter.cs
- FragmentQueryKB.cs
- HashAlgorithm.cs
- ErrorWebPart.cs
- StringDictionary.cs
- WindowsListBox.cs
- UnsafeNativeMethodsPenimc.cs
- RemoteWebConfigurationHostServer.cs
- GridViewItemAutomationPeer.cs
- StateManagedCollection.cs
- ThreadAbortException.cs
- ChangeConflicts.cs
- DocumentViewer.cs
- File.cs
- SystemPens.cs
- TransformProviderWrapper.cs
- Grid.cs
- CancellationState.cs
- RuntimeConfig.cs
- TransactionsSectionGroup.cs
- TextSelectionHelper.cs
- XmlReaderSettings.cs
- MSAANativeProvider.cs
- InvocationExpression.cs
- Fonts.cs
- TabOrder.cs
- TextEditorMouse.cs
- WmlCalendarAdapter.cs
- DBAsyncResult.cs
- Dump.cs
- DesignerVerbCollection.cs
- AccessKeyManager.cs
- SerializationHelper.cs
- ObjectFullSpanRewriter.cs
- EntityDesignerUtils.cs
- PluralizationService.cs
- TreeView.cs
- IdnMapping.cs
- DataGridComboBoxColumn.cs
- SizeLimitedCache.cs