Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / CompMod / System / CodeDOM / CodeSnippetStatement.cs / 1 / CodeSnippetStatement.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 CodeSnippetStatement : CodeStatement { private string value; ////// Represents a snippet statement. /// ////// public CodeSnippetStatement() { } ////// Initializes a new instance of ///. /// /// public CodeSnippetStatement(string value) { Value = value; } ////// Initializes a new instance of ///using the specified snippet /// of code. /// /// public string Value { get { return (value == null) ? string.Empty : value; } set { this.value = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Gets or sets the snippet statement. /// ///// 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 CodeSnippetStatement : CodeStatement { private string value; ////// Represents a snippet statement. /// ////// public CodeSnippetStatement() { } ////// Initializes a new instance of ///. /// /// public CodeSnippetStatement(string value) { Value = value; } ////// Initializes a new instance of ///using the specified snippet /// of code. /// /// public string Value { get { return (value == null) ? string.Empty : value; } set { this.value = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Gets or sets the snippet statement. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- EntityStoreSchemaFilterEntry.cs
- Image.cs
- OracleConnectionFactory.cs
- CompositionAdorner.cs
- XmlArrayAttribute.cs
- SecurityTokenResolver.cs
- DataSourceGroupCollection.cs
- EditorAttribute.cs
- InputMethod.cs
- StreamGeometry.cs
- PKCS1MaskGenerationMethod.cs
- CatalogZoneBase.cs
- IPAddressCollection.cs
- CompilerState.cs
- NonVisualControlAttribute.cs
- UInt32Converter.cs
- DesignerActionMethodItem.cs
- UnauthorizedAccessException.cs
- DefinitionBase.cs
- DbProviderConfigurationHandler.cs
- ConfigurationElement.cs
- returneventsaver.cs
- XamlReaderHelper.cs
- UrlRoutingModule.cs
- BoundColumn.cs
- ViewBox.cs
- Policy.cs
- UTF7Encoding.cs
- SQLCharsStorage.cs
- SparseMemoryStream.cs
- SymmetricAlgorithm.cs
- Slider.cs
- PolyQuadraticBezierSegment.cs
- RegistrySecurity.cs
- FormattedTextSymbols.cs
- ZipIOCentralDirectoryDigitalSignature.cs
- TypeConverterAttribute.cs
- DynamicILGenerator.cs
- ArraySegment.cs
- StreamSecurityUpgradeProvider.cs
- ComplexPropertyEntry.cs
- RegistrationServices.cs
- RequestNavigateEventArgs.cs
- AnnotationComponentManager.cs
- HttpCookie.cs
- ConnectionProviderAttribute.cs
- PieceDirectory.cs
- XsltCompileContext.cs
- Environment.cs
- XomlSerializationHelpers.cs
- ButtonChrome.cs
- TypeConstant.cs
- ListItemsPage.cs
- CheckableControlBaseAdapter.cs
- SecurityProtocol.cs
- HelpInfo.cs
- SQLByte.cs
- CaseExpr.cs
- InstanceKeyNotReadyException.cs
- WindowsContainer.cs
- TemplateBuilder.cs
- DetailsViewInsertEventArgs.cs
- ListMarkerLine.cs
- RtfToXamlReader.cs
- ToolStripCollectionEditor.cs
- AccessedThroughPropertyAttribute.cs
- DataViewSetting.cs
- WsatProxy.cs
- ConsumerConnectionPointCollection.cs
- ChildrenQuery.cs
- KeyboardNavigation.cs
- RectIndependentAnimationStorage.cs
- ConvertersCollection.cs
- TimeIntervalCollection.cs
- WizardSideBarListControlItem.cs
- EventLogPermissionHolder.cs
- RuleInfoComparer.cs
- XmlLanguageConverter.cs
- TCPClient.cs
- StorageScalarPropertyMapping.cs
- CodeDirectiveCollection.cs
- AllMembershipCondition.cs
- NativeMethods.cs
- brushes.cs
- ColorContext.cs
- AssemblyAttributes.cs
- CngKey.cs
- ColumnMapProcessor.cs
- QilXmlReader.cs
- AssociationType.cs
- SettingsSavedEventArgs.cs
- SourceElementsCollection.cs
- SecurityAlgorithmSuiteConverter.cs
- ContentPresenter.cs
- EndpointAddressMessageFilter.cs
- CodeDomLocalizationProvider.cs
- TagMapCollection.cs
- XmlILConstructAnalyzer.cs
- Property.cs
- TextTreeUndoUnit.cs