Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / CompMod / System / CodeDOM / CodeStatement.cs / 1 / CodeStatement.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; using System.Runtime.Serialization; ////// [ ClassInterface(ClassInterfaceType.AutoDispatch), ComVisible(true), Serializable, ] public class CodeStatement : CodeObject { private CodeLinePragma linePragma; // Optionally Serializable [OptionalField] private CodeDirectiveCollection startDirectives = null; [OptionalField] private CodeDirectiveCollection endDirectives = null; ////// Represents a statement. /// ////// public CodeLinePragma LinePragma { get { return linePragma; } set { linePragma = value; } } public CodeDirectiveCollection StartDirectives { get { if (startDirectives == null) { startDirectives = new CodeDirectiveCollection(); } return startDirectives; } } public CodeDirectiveCollection EndDirectives { get { if (endDirectives == null) { endDirectives = new CodeDirectiveCollection(); } return endDirectives ; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// The line the statement occurs on. /// ///// 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; using System.Runtime.Serialization; ////// [ ClassInterface(ClassInterfaceType.AutoDispatch), ComVisible(true), Serializable, ] public class CodeStatement : CodeObject { private CodeLinePragma linePragma; // Optionally Serializable [OptionalField] private CodeDirectiveCollection startDirectives = null; [OptionalField] private CodeDirectiveCollection endDirectives = null; ////// Represents a statement. /// ////// public CodeLinePragma LinePragma { get { return linePragma; } set { linePragma = value; } } public CodeDirectiveCollection StartDirectives { get { if (startDirectives == null) { startDirectives = new CodeDirectiveCollection(); } return startDirectives; } } public CodeDirectiveCollection EndDirectives { get { if (endDirectives == null) { endDirectives = new CodeDirectiveCollection(); } return endDirectives ; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// The line the statement occurs on. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- FlowPosition.cs
- DecoderBestFitFallback.cs
- PassportAuthenticationEventArgs.cs
- TypeNameConverter.cs
- ResourcePermissionBase.cs
- SignatureToken.cs
- XPathException.cs
- FrameAutomationPeer.cs
- ExecutionContext.cs
- ElementFactory.cs
- IndexOutOfRangeException.cs
- HMACRIPEMD160.cs
- RTLAwareMessageBox.cs
- Stack.cs
- MulticastIPAddressInformationCollection.cs
- KeyBinding.cs
- StylusLogic.cs
- RayMeshGeometry3DHitTestResult.cs
- SmtpAuthenticationManager.cs
- LoginName.cs
- _ConnectOverlappedAsyncResult.cs
- FactoryGenerator.cs
- FilterableAttribute.cs
- SystemDropShadowChrome.cs
- Double.cs
- Attributes.cs
- SecurityCriticalDataForSet.cs
- GeometryDrawing.cs
- TimeStampChecker.cs
- CellNormalizer.cs
- HeaderedItemsControl.cs
- UpDownBase.cs
- MembershipPasswordException.cs
- UserControl.cs
- DoubleLinkListEnumerator.cs
- DebugHandleTracker.cs
- SkinIDTypeConverter.cs
- HitTestWithGeometryDrawingContextWalker.cs
- DynamicValueConverter.cs
- FlowDocumentScrollViewer.cs
- Effect.cs
- BufferModesCollection.cs
- LassoSelectionBehavior.cs
- Trace.cs
- ApplicationDirectory.cs
- CellConstant.cs
- SoapAttributeAttribute.cs
- BaseTransportHeaders.cs
- ProcessHost.cs
- DbParameterHelper.cs
- CodeTypeDeclarationCollection.cs
- Material.cs
- Rotation3DAnimation.cs
- ElementsClipboardData.cs
- GetRecipientRequest.cs
- AdCreatedEventArgs.cs
- TemplatingOptionsDialog.cs
- CategoryAttribute.cs
- EventRoute.cs
- VScrollProperties.cs
- UIElementPropertyUndoUnit.cs
- CallInfo.cs
- TypeBuilder.cs
- PrintDialog.cs
- TextShapeableCharacters.cs
- UnaryExpressionHelper.cs
- SourceSwitch.cs
- DataGridViewColumnDesignTimeVisibleAttribute.cs
- querybuilder.cs
- Gdiplus.cs
- FileInfo.cs
- DetailsViewRow.cs
- DataListItemCollection.cs
- GridViewDeleteEventArgs.cs
- SafeEventHandle.cs
- formatter.cs
- _TimerThread.cs
- SoapMessage.cs
- LambdaCompiler.cs
- XmlNamespaceDeclarationsAttribute.cs
- CalendarDataBindingHandler.cs
- XsdDuration.cs
- BrowserCapabilitiesFactory.cs
- WindowManager.cs
- AsyncOperationManager.cs
- ApplicationServiceManager.cs
- TypeDescriptionProvider.cs
- WebPartsPersonalization.cs
- ProfileSettings.cs
- ContextMenu.cs
- SoapAttributes.cs
- DuplexChannel.cs
- PrintPreviewControl.cs
- Translator.cs
- FormViewUpdatedEventArgs.cs
- xmlglyphRunInfo.cs
- CompilerErrorCollection.cs
- NumericUpDownAccelerationCollection.cs
- WindowProviderWrapper.cs
- AuthenticationService.cs