Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- SubpageParaClient.cs
- ContentValidator.cs
- PseudoWebRequest.cs
- HMAC.cs
- TabControlEvent.cs
- MetadataArtifactLoaderCompositeFile.cs
- GradientPanel.cs
- XpsThumbnail.cs
- RegexRunner.cs
- AccessedThroughPropertyAttribute.cs
- PictureBoxDesigner.cs
- GenericWebPart.cs
- WebPartMenuStyle.cs
- ProtocolViolationException.cs
- AppDomainAttributes.cs
- OracleBinary.cs
- InvokePatternIdentifiers.cs
- Base64Encoder.cs
- ProxyAttribute.cs
- ObjectDataSourceChooseTypePanel.cs
- ListParagraph.cs
- ThaiBuddhistCalendar.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- PropertyStore.cs
- FileDialogCustomPlacesCollection.cs
- StrongName.cs
- FieldTemplateFactory.cs
- XmlTextReaderImpl.cs
- EmptyImpersonationContext.cs
- DbConnectionInternal.cs
- BitmapEffectInput.cs
- WindowsStatusBar.cs
- DelegateArgumentReference.cs
- NewArrayExpression.cs
- RemoteWebConfigurationHostServer.cs
- PassportPrincipal.cs
- ConnectionManagementSection.cs
- Fx.cs
- ConfigurationSectionGroupCollection.cs
- RegularExpressionValidator.cs
- ToolStripDropDownClosedEventArgs.cs
- AdornerHitTestResult.cs
- Shape.cs
- TaiwanCalendar.cs
- TableRowGroup.cs
- DesignerWidgets.cs
- CheckBoxAutomationPeer.cs
- StatusBarItem.cs
- StreamGeometryContext.cs
- SessionStateContainer.cs
- MouseEventArgs.cs
- XmlSchemaExporter.cs
- CapabilitiesState.cs
- DrawingState.cs
- CopyAction.cs
- FontStretches.cs
- ServiceEndpoint.cs
- ReflectionHelper.cs
- FloaterParaClient.cs
- selecteditemcollection.cs
- QilGeneratorEnv.cs
- KeyEventArgs.cs
- Internal.cs
- RepeaterItem.cs
- EnumValidator.cs
- DataColumnMappingCollection.cs
- FloaterBaseParaClient.cs
- Grid.cs
- XmlElementList.cs
- EntryPointNotFoundException.cs
- DrawItemEvent.cs
- ListViewCommandEventArgs.cs
- AssertFilter.cs
- PointIndependentAnimationStorage.cs
- AnonymousIdentificationModule.cs
- HwndStylusInputProvider.cs
- DataTable.cs
- WebRequestModuleElementCollection.cs
- Predicate.cs
- SafeNativeMemoryHandle.cs
- ConditionalWeakTable.cs
- WrappingXamlSchemaContext.cs
- GridLength.cs
- WebPartManagerInternals.cs
- recordstatefactory.cs
- TransformerConfigurationWizardBase.cs
- ListViewItem.cs
- PagesSection.cs
- CommandBinding.cs
- OdbcEnvironment.cs
- ToolStripLabel.cs
- DataGridViewTextBoxCell.cs
- RoutedPropertyChangedEventArgs.cs
- DelegateBodyWriter.cs
- NetTcpSecurityElement.cs
- StringFormat.cs
- DBParameter.cs
- OlePropertyStructs.cs
- DecimalKeyFrameCollection.cs
- WebServiceParameterData.cs