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
- WebPartEditorOkVerb.cs
- ItemsControlAutomationPeer.cs
- RegexFCD.cs
- NamedPipeConnectionPoolSettings.cs
- RawMouseInputReport.cs
- RegexNode.cs
- DependencyStoreSurrogate.cs
- QilScopedVisitor.cs
- ToolbarAUtomationPeer.cs
- FamilyMap.cs
- LogicalExpressionEditor.cs
- SafeSerializationManager.cs
- CellParaClient.cs
- BamlRecords.cs
- DispatcherHooks.cs
- ProcessHost.cs
- ColumnCollection.cs
- IISUnsafeMethods.cs
- RevocationPoint.cs
- MarshalByRefObject.cs
- SupportsEventValidationAttribute.cs
- SimpleType.cs
- Attributes.cs
- ISO2022Encoding.cs
- FlowNode.cs
- XmlSchemaAppInfo.cs
- WinEventTracker.cs
- BulletedList.cs
- TableRow.cs
- FlowDocument.cs
- SecurityPolicySection.cs
- WebPartZone.cs
- WebEventTraceProvider.cs
- SuppressMessageAttribute.cs
- UIElement3D.cs
- ValueType.cs
- OdbcRowUpdatingEvent.cs
- ServiceNameCollection.cs
- ReadOnlyMetadataCollection.cs
- ListView.cs
- TemplateControl.cs
- StringValidatorAttribute.cs
- BooleanAnimationUsingKeyFrames.cs
- DeclaredTypeValidatorAttribute.cs
- Calendar.cs
- CodeExporter.cs
- ListItemCollection.cs
- ConfigurationManager.cs
- XhtmlBasicControlAdapter.cs
- DynamicValidatorEventArgs.cs
- DbDataReader.cs
- WindowsAuthenticationModule.cs
- OutputCacheSettingsSection.cs
- ExpandCollapseProviderWrapper.cs
- SmiEventSink_Default.cs
- DataGridHyperlinkColumn.cs
- ScrollableControl.cs
- ServicePerformanceCounters.cs
- EntityDataSourceUtil.cs
- XmlSchemaSimpleType.cs
- HttpRequest.cs
- SystemNetworkInterface.cs
- FileChangeNotifier.cs
- ExpressionBuilder.cs
- Border.cs
- WebException.cs
- TranslateTransform3D.cs
- CommonDialog.cs
- sqlmetadatafactory.cs
- DocumentPageViewAutomationPeer.cs
- BezierSegment.cs
- TypeHelper.cs
- XPathQilFactory.cs
- PageThemeCodeDomTreeGenerator.cs
- __ConsoleStream.cs
- Transform3D.cs
- xmlfixedPageInfo.cs
- TemplateNameScope.cs
- ToolStripAdornerWindowService.cs
- RemotingSurrogateSelector.cs
- WorkBatch.cs
- DbgCompiler.cs
- InvokeBase.cs
- MatrixCamera.cs
- RawStylusInput.cs
- RotateTransform3D.cs
- AssemblyCache.cs
- TemplateBindingExpressionConverter.cs
- ClientType.cs
- ColorAnimationUsingKeyFrames.cs
- ProgressBarRenderer.cs
- BaseInfoTable.cs
- DrawingGroup.cs
- ConnectionString.cs
- CompiledAction.cs
- QilValidationVisitor.cs
- ACE.cs
- Schema.cs
- GenericEnumerator.cs
- NullReferenceException.cs