Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- Directory.cs
- NetPeerTcpBinding.cs
- AddValidationError.cs
- SmiEventSink_DeferedProcessing.cs
- ToolStripProgressBar.cs
- TextViewSelectionProcessor.cs
- MailMessageEventArgs.cs
- Certificate.cs
- FormatConvertedBitmap.cs
- DataRowChangeEvent.cs
- NotSupportedException.cs
- categoryentry.cs
- HandleRef.cs
- IntegrationExceptionEventArgs.cs
- PopupEventArgs.cs
- DoWorkEventArgs.cs
- ToolStripLocationCancelEventArgs.cs
- ActiveXContainer.cs
- RolePrincipal.cs
- FrugalList.cs
- VoiceSynthesis.cs
- BitmapPalettes.cs
- SoapFormatter.cs
- CodeFieldReferenceExpression.cs
- DiscreteKeyFrames.cs
- Byte.cs
- ForceCopyBuildProvider.cs
- QilStrConcatenator.cs
- ExpressionBuilderCollection.cs
- BooleanFacetDescriptionElement.cs
- XmlSerializableServices.cs
- DataControlLinkButton.cs
- DashStyles.cs
- Image.cs
- TypedTableBase.cs
- ControlType.cs
- SystemEvents.cs
- ExpandCollapsePattern.cs
- DbException.cs
- CapabilitiesPattern.cs
- SQLSingleStorage.cs
- RangeValidator.cs
- PageVisual.cs
- ByeMessageCD1.cs
- DelegateSerializationHolder.cs
- XmlSerializerFaultFormatter.cs
- Utils.cs
- EncryptedPackage.cs
- ToolStripLabel.cs
- XmlReaderDelegator.cs
- DateTimeUtil.cs
- SessionState.cs
- Calendar.cs
- ObsoleteAttribute.cs
- SqlFacetAttribute.cs
- MultilineStringConverter.cs
- NullableLongMinMaxAggregationOperator.cs
- ObjectSpanRewriter.cs
- InputLanguageProfileNotifySink.cs
- RegexCompilationInfo.cs
- TextTreeUndoUnit.cs
- TextRangeBase.cs
- IriParsingElement.cs
- PLINQETWProvider.cs
- RayMeshGeometry3DHitTestResult.cs
- cookieexception.cs
- WinCategoryAttribute.cs
- CredentialCache.cs
- StateMachine.cs
- Error.cs
- AstTree.cs
- SqlCommandSet.cs
- DataConnectionHelper.cs
- HttpCacheVaryByContentEncodings.cs
- Int64AnimationUsingKeyFrames.cs
- RuntimeResourceSet.cs
- Operand.cs
- ValidationEventArgs.cs
- FlowDocumentPageViewerAutomationPeer.cs
- TextServicesCompartment.cs
- MasterPage.cs
- MobileComponentEditorPage.cs
- SerializationSectionGroup.cs
- ExpandSegmentCollection.cs
- SocketException.cs
- SendContent.cs
- ConfigurationLockCollection.cs
- ProxyAttribute.cs
- HtmlTernaryTree.cs
- JulianCalendar.cs
- XmlValidatingReader.cs
- URLString.cs
- ToolStripSeparatorRenderEventArgs.cs
- MobileControlPersister.cs
- FacetValues.cs
- BitmapEffectInput.cs
- EventArgs.cs
- DragDrop.cs
- OleTxTransaction.cs
- Regex.cs