Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / CompMod / System / CodeDOM / CodeSnippetCompileUnit.cs / 1 / CodeSnippetCompileUnit.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 CodeSnippetCompileUnit : CodeCompileUnit { private string value; private CodeLinePragma linePragma; public CodeSnippetCompileUnit() { } public CodeSnippetCompileUnit(string value) { Value = value; } ////// Represents a snippet block of code. /// ////// public string Value { get { return (value == null) ? string.Empty : value; } set { this.value = value; } } ////// Gets or sets /// the snippet /// text of the code block to represent. /// ////// public CodeLinePragma LinePragma { get { return linePragma; } set { linePragma = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// The line the code block starts 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; ////// [ ClassInterface(ClassInterfaceType.AutoDispatch), ComVisible(true), Serializable, ] public class CodeSnippetCompileUnit : CodeCompileUnit { private string value; private CodeLinePragma linePragma; public CodeSnippetCompileUnit() { } public CodeSnippetCompileUnit(string value) { Value = value; } ////// Represents a snippet block of code. /// ////// public string Value { get { return (value == null) ? string.Empty : value; } set { this.value = value; } } ////// Gets or sets /// the snippet /// text of the code block to represent. /// ////// public CodeLinePragma LinePragma { get { return linePragma; } set { linePragma = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// The line the code block starts on. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ASCIIEncoding.cs
- ActiveXMessageFormatter.cs
- AssemblyGen.cs
- MetabaseSettings.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- TreeViewTemplateSelector.cs
- OneToOneMappingSerializer.cs
- ReachVisualSerializer.cs
- FixedLineResult.cs
- XdrBuilder.cs
- SoapExtensionStream.cs
- PolicyLevel.cs
- CqlIdentifiers.cs
- DefaultHttpHandler.cs
- PropertyStore.cs
- Fx.cs
- UriTemplateTrieLocation.cs
- ServiceDurableInstanceContextProvider.cs
- TransformedBitmap.cs
- CaseInsensitiveComparer.cs
- GeometryCombineModeValidation.cs
- ListControl.cs
- ListViewUpdatedEventArgs.cs
- HtmlLink.cs
- ControlIdConverter.cs
- FixedMaxHeap.cs
- DbParameterHelper.cs
- HtmlListAdapter.cs
- RecognizedPhrase.cs
- PointAnimation.cs
- designeractionbehavior.cs
- Codec.cs
- ColorContextHelper.cs
- DCSafeHandle.cs
- WebDisplayNameAttribute.cs
- Converter.cs
- WaitingCursor.cs
- DataSetMappper.cs
- TextParagraphView.cs
- XmlDataProvider.cs
- DbParameterHelper.cs
- FollowerQueueCreator.cs
- AudioException.cs
- CompositeCollectionView.cs
- InstallerTypeAttribute.cs
- SendingRequestEventArgs.cs
- DynamicMethod.cs
- Enlistment.cs
- XmlDataImplementation.cs
- TextTreeRootTextBlock.cs
- EntityConnection.cs
- AlignmentXValidation.cs
- CompilerInfo.cs
- PtsHelper.cs
- Style.cs
- QuestionEventArgs.cs
- basecomparevalidator.cs
- XPathDocument.cs
- DatagridviewDisplayedBandsData.cs
- OracleBoolean.cs
- XmlAutoDetectWriter.cs
- DataContractSerializer.cs
- SqlDataSourceFilteringEventArgs.cs
- CallInfo.cs
- TraceShell.cs
- ConfigXmlDocument.cs
- Int16KeyFrameCollection.cs
- DateRangeEvent.cs
- MembershipPasswordException.cs
- XmlSchemaCollection.cs
- DataKeyArray.cs
- DataGridDesigner.cs
- FieldCollectionEditor.cs
- RectValueSerializer.cs
- Source.cs
- safelinkcollection.cs
- PriorityBinding.cs
- GuidelineCollection.cs
- EventSinkHelperWriter.cs
- GlyphInfoList.cs
- ArgumentDirectionHelper.cs
- SafeFileMappingHandle.cs
- behaviorssection.cs
- LinkLabelLinkClickedEvent.cs
- DataGridTextBox.cs
- FixedNode.cs
- DataGridViewImageCell.cs
- PassportIdentity.cs
- ZoneButton.cs
- FaultReason.cs
- RuntimeUtils.cs
- OleDbDataReader.cs
- SiteMapNodeCollection.cs
- ProcessHostConfigUtils.cs
- BinaryObjectInfo.cs
- Task.cs
- ItemList.cs
- Paragraph.cs
- TimeoutConverter.cs
- Event.cs