Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / CodeDOM / CodeSnippetStatement.cs / 1305376 / CodeSnippetStatement.cs
//------------------------------------------------------------------------------ //// // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ///[....] // Copyright (c) Microsoft Corporation. All rights reserved. ///// [ 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. /// ///// // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ///[....] // Copyright (c) Microsoft Corporation. All rights reserved. ///// [ 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
- DebugHandleTracker.cs
- TracedNativeMethods.cs
- Cursor.cs
- CLSCompliantAttribute.cs
- NetworkCredential.cs
- TextBoxView.cs
- SafeBitVector32.cs
- ImageSourceValueSerializer.cs
- PropertyInformation.cs
- GPPOINTF.cs
- DbConnectionStringCommon.cs
- ValidatingReaderNodeData.cs
- FormsAuthenticationUser.cs
- SyndicationFeed.cs
- WinHttpWebProxyFinder.cs
- CodeAccessSecurityEngine.cs
- WebPartCancelEventArgs.cs
- MarshalDirectiveException.cs
- InstalledVoice.cs
- GcHandle.cs
- XmlElementList.cs
- TdsParserStaticMethods.cs
- FilterFactory.cs
- CrossAppDomainChannel.cs
- SqlGenerator.cs
- ValueType.cs
- ForeignKeyConstraint.cs
- EnumBuilder.cs
- AddressHeader.cs
- SimpleApplicationHost.cs
- LabelLiteral.cs
- MaskedTextBox.cs
- BindingMAnagerBase.cs
- Models.cs
- MembershipSection.cs
- PlanCompiler.cs
- Ray3DHitTestResult.cs
- XmlAnyElementAttributes.cs
- Point3DConverter.cs
- QualifierSet.cs
- SliderAutomationPeer.cs
- MarkedHighlightComponent.cs
- StringComparer.cs
- DaylightTime.cs
- StronglyTypedResourceBuilder.cs
- TabRenderer.cs
- Point3DAnimation.cs
- NativeMethods.cs
- DbParameterCollectionHelper.cs
- EntityDataSourceConfigureObjectContext.cs
- AsyncOperation.cs
- PublisherMembershipCondition.cs
- NamedPipeProcessProtocolHandler.cs
- DrawingState.cs
- MasterPageBuildProvider.cs
- EntityCommandCompilationException.cs
- HyperLinkStyle.cs
- SByteStorage.cs
- SqlUDTStorage.cs
- CompressEmulationStream.cs
- TextServicesCompartment.cs
- DateTimeHelper.cs
- LocalizationParserHooks.cs
- ShaderRenderModeValidation.cs
- StorageEndPropertyMapping.cs
- ContentFilePart.cs
- TypeListConverter.cs
- InkCanvasFeedbackAdorner.cs
- NullableIntAverageAggregationOperator.cs
- DataControlFieldTypeEditor.cs
- ObjectStateEntryDbDataRecord.cs
- SingleAnimationBase.cs
- InfocardChannelParameter.cs
- WebPartConnection.cs
- DebuggerAttributes.cs
- DataGridColumnCollection.cs
- DockProviderWrapper.cs
- WindowPattern.cs
- SocketCache.cs
- SRDisplayNameAttribute.cs
- DataSourceComponent.cs
- CompilerResults.cs
- _StreamFramer.cs
- BitmapFrameEncode.cs
- SafeWaitHandle.cs
- DataGridViewButtonColumn.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- TextServicesHost.cs
- InternalSafeNativeMethods.cs
- ContextBase.cs
- GenericTypeParameterBuilder.cs
- StrongTypingException.cs
- UnitySerializationHolder.cs
- IssuedTokenParametersElement.cs
- EllipseGeometry.cs
- DocumentViewerHelper.cs
- WindowsGrip.cs
- XPathNavigatorKeyComparer.cs
- StreamGeometryContext.cs
- SafeHandles.cs