Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / CompMod / System / CodeDOM / CodeVariableDeclarationStatement.cs / 1 / CodeVariableDeclarationStatement.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 CodeVariableDeclarationStatement : CodeStatement { private CodeTypeReference type; private string name; private CodeExpression initExpression; ////// Represents a local variable declaration. /// ////// public CodeVariableDeclarationStatement() { } ////// Initializes a new instance of ///. /// /// public CodeVariableDeclarationStatement(CodeTypeReference type, string name) { Type = type; Name = name; } ////// Initializes a new instance of ///using the specified type and name. /// /// public CodeVariableDeclarationStatement(string type, string name) { Type = new CodeTypeReference(type); Name = name; } ///[To be supplied.] ////// public CodeVariableDeclarationStatement(Type type, string name) { Type = new CodeTypeReference(type); Name = name; } ///[To be supplied.] ////// public CodeVariableDeclarationStatement(CodeTypeReference type, string name, CodeExpression initExpression) { Type = type; Name = name; InitExpression = initExpression; } ////// Initializes a new instance of ///using the specified type, name and /// initialization expression. /// /// public CodeVariableDeclarationStatement(string type, string name, CodeExpression initExpression) { Type = new CodeTypeReference(type); Name = name; InitExpression = initExpression; } ///[To be supplied.] ////// public CodeVariableDeclarationStatement(Type type, string name, CodeExpression initExpression) { Type = new CodeTypeReference(type); Name = name; InitExpression = initExpression; } ///[To be supplied.] ////// public CodeExpression InitExpression { get { return initExpression; } set { initExpression = value; } } ////// Gets or sets the initialization expression for the variable. /// ////// public string Name { get { return (name == null) ? string.Empty : name; } set { name = value; } } ////// Gets or sets the name of the variable. /// ////// public CodeTypeReference Type { get { if (type == null) { type = new CodeTypeReference(""); } return type; } set { type = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Gets or sets the type of the variable. /// ///// 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 CodeVariableDeclarationStatement : CodeStatement { private CodeTypeReference type; private string name; private CodeExpression initExpression; ////// Represents a local variable declaration. /// ////// public CodeVariableDeclarationStatement() { } ////// Initializes a new instance of ///. /// /// public CodeVariableDeclarationStatement(CodeTypeReference type, string name) { Type = type; Name = name; } ////// Initializes a new instance of ///using the specified type and name. /// /// public CodeVariableDeclarationStatement(string type, string name) { Type = new CodeTypeReference(type); Name = name; } ///[To be supplied.] ////// public CodeVariableDeclarationStatement(Type type, string name) { Type = new CodeTypeReference(type); Name = name; } ///[To be supplied.] ////// public CodeVariableDeclarationStatement(CodeTypeReference type, string name, CodeExpression initExpression) { Type = type; Name = name; InitExpression = initExpression; } ////// Initializes a new instance of ///using the specified type, name and /// initialization expression. /// /// public CodeVariableDeclarationStatement(string type, string name, CodeExpression initExpression) { Type = new CodeTypeReference(type); Name = name; InitExpression = initExpression; } ///[To be supplied.] ////// public CodeVariableDeclarationStatement(Type type, string name, CodeExpression initExpression) { Type = new CodeTypeReference(type); Name = name; InitExpression = initExpression; } ///[To be supplied.] ////// public CodeExpression InitExpression { get { return initExpression; } set { initExpression = value; } } ////// Gets or sets the initialization expression for the variable. /// ////// public string Name { get { return (name == null) ? string.Empty : name; } set { name = value; } } ////// Gets or sets the name of the variable. /// ////// public CodeTypeReference Type { get { if (type == null) { type = new CodeTypeReference(""); } return type; } set { type = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Gets or sets the type of the variable. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XsdDateTime.cs
- HttpServerVarsCollection.cs
- AuthenticatingEventArgs.cs
- LinqMaximalSubtreeNominator.cs
- DockingAttribute.cs
- MemberInfoSerializationHolder.cs
- RegexBoyerMoore.cs
- ExternalDataExchangeService.cs
- BaseValidator.cs
- serverconfig.cs
- SecurityCriticalDataForSet.cs
- RpcResponse.cs
- MDIControlStrip.cs
- ConstructorNeedsTagAttribute.cs
- CompoundFileReference.cs
- ErrorInfoXmlDocument.cs
- VectorAnimation.cs
- ColumnWidthChangedEvent.cs
- FrameSecurityDescriptor.cs
- TypefaceMap.cs
- FocusChangedEventArgs.cs
- SecurityBindingElementImporter.cs
- EventNotify.cs
- ITextView.cs
- ConfigurationFileMap.cs
- DescendantOverDescendantQuery.cs
- HttpModuleActionCollection.cs
- FlowSwitchLink.cs
- TraceContextEventArgs.cs
- BookmarkInfo.cs
- UInt64Converter.cs
- TraceProvider.cs
- PathData.cs
- StructuralObject.cs
- HttpModuleActionCollection.cs
- XmlBoundElement.cs
- QueryableDataSourceEditData.cs
- ExchangeUtilities.cs
- XamlToRtfParser.cs
- SectionXmlInfo.cs
- RunWorkerCompletedEventArgs.cs
- RelationalExpressions.cs
- ScriptResourceInfo.cs
- InternalControlCollection.cs
- BaseCodeDomTreeGenerator.cs
- Baml2006Reader.cs
- ConfigurationManagerHelperFactory.cs
- SecurityPermission.cs
- RoleService.cs
- HttpContext.cs
- StandardToolWindows.cs
- StructuralObject.cs
- figurelength.cs
- GregorianCalendar.cs
- BrushMappingModeValidation.cs
- RemoteDebugger.cs
- VirtualizingPanel.cs
- SqlNotificationRequest.cs
- XmlDomTextWriter.cs
- TextWriter.cs
- WSDualHttpSecurityElement.cs
- SigningProgress.cs
- ClientConfigurationSystem.cs
- DesignerHost.cs
- WebPartConnectionCollection.cs
- UrlPath.cs
- ClientSponsor.cs
- RectValueSerializer.cs
- ListViewEditEventArgs.cs
- Vector3D.cs
- AttributeUsageAttribute.cs
- EntityCommand.cs
- Size.cs
- Documentation.cs
- NumericUpDownAccelerationCollection.cs
- ServicePoint.cs
- WebPartConnectionsConnectVerb.cs
- ResizingMessageFilter.cs
- ExceptionHandlersDesigner.cs
- EdmProviderManifest.cs
- HitTestParameters.cs
- HwndSourceParameters.cs
- BitmapData.cs
- WebServiceClientProxyGenerator.cs
- XmlChoiceIdentifierAttribute.cs
- ImageFormat.cs
- QilTypeChecker.cs
- NullableBoolConverter.cs
- SqlRecordBuffer.cs
- LazyTextWriterCreator.cs
- LogWriteRestartAreaAsyncResult.cs
- Int64.cs
- AspCompat.cs
- Action.cs
- __ConsoleStream.cs
- SQLDateTime.cs
- DataGridViewTextBoxCell.cs
- SchemaDeclBase.cs
- PropertyItemInternal.cs
- CodeDOMUtility.cs