Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / CodeDOM / CodeVariableDeclarationStatement.cs / 1305376 / CodeVariableDeclarationStatement.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 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. /// ///// // //----------------------------------------------------------------------------- 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 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
- ControlCodeDomSerializer.cs
- SqlClientFactory.cs
- UriTemplateLiteralQueryValue.cs
- SessionStateModule.cs
- IdentityElement.cs
- SystemTcpConnection.cs
- CalendarAutoFormatDialog.cs
- Timeline.cs
- GeneralEndpointIdentity.cs
- URLIdentityPermission.cs
- DoubleStorage.cs
- CombinedHttpChannel.cs
- DynamicUpdateCommand.cs
- ImageFormatConverter.cs
- AuthStoreRoleProvider.cs
- ModelFunctionTypeElement.cs
- FileLoadException.cs
- MessageRpc.cs
- SmiRequestExecutor.cs
- MimeParameterWriter.cs
- FragmentQuery.cs
- Exceptions.cs
- LinkLabelLinkClickedEvent.cs
- TreeNode.cs
- QilFunction.cs
- mansign.cs
- Deflater.cs
- SmiRequestExecutor.cs
- StringStorage.cs
- GridViewSortEventArgs.cs
- ScriptHandlerFactory.cs
- InvalidateEvent.cs
- EngineSiteSapi.cs
- ArrayTypeMismatchException.cs
- SoapSchemaExporter.cs
- LogWriteRestartAreaState.cs
- XmlSigningNodeWriter.cs
- ISessionStateStore.cs
- SatelliteContractVersionAttribute.cs
- COAUTHIDENTITY.cs
- WinFormsUtils.cs
- Color.cs
- ParallelSeparator.xaml.cs
- DataServices.cs
- TreeViewEvent.cs
- DockAndAnchorLayout.cs
- FontUnit.cs
- InvalidOperationException.cs
- ProcessModule.cs
- SvcMapFile.cs
- Exception.cs
- COM2IManagedPerPropertyBrowsingHandler.cs
- ColorTransform.cs
- ProtocolsConfigurationEntry.cs
- DescriptionAttribute.cs
- ImageField.cs
- AttributeCollection.cs
- WebPartDescription.cs
- XamlSerializationHelper.cs
- ArraySortHelper.cs
- UpdateEventArgs.cs
- PieceNameHelper.cs
- GraphicsContainer.cs
- DriveNotFoundException.cs
- FileLevelControlBuilderAttribute.cs
- Stylesheet.cs
- EmbeddedMailObject.cs
- EntityDataSourceValidationException.cs
- PageThemeBuildProvider.cs
- EventSinkHelperWriter.cs
- AnyAllSearchOperator.cs
- ContentValidator.cs
- _StreamFramer.cs
- ViewGenResults.cs
- Reference.cs
- ReadOnlyCollection.cs
- Walker.cs
- Annotation.cs
- SimpleHandlerFactory.cs
- XmlSchemaType.cs
- Menu.cs
- WorkflowServiceNamespace.cs
- LineServices.cs
- EntityClassGenerator.cs
- HierarchicalDataTemplate.cs
- GACMembershipCondition.cs
- DataGrid.cs
- RectAnimationUsingKeyFrames.cs
- XmlSchemaObjectTable.cs
- XmlSchemaDocumentation.cs
- Pointer.cs
- XmlQueryType.cs
- ControlValuePropertyAttribute.cs
- FloatUtil.cs
- SerializableTypeCodeDomSerializer.cs
- OdbcException.cs
- Win32NamedPipes.cs
- ContentPosition.cs
- NumericUpDownAcceleration.cs
- CodeSnippetStatement.cs