Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx40 / XamlBuildTask / Microsoft / Build / Tasks / Xaml / AttributeParameterInfo.cs / 1305376 / AttributeParameterInfo.cs
using System; using System.Collections.Generic; using System.Linq; using System.Xaml; namespace Microsoft.Build.Tasks.Xaml { internal class AttributeParameterInfo { IListarrayContents; public AttributeParameterInfo() { Name = String.Empty; Value = String.Empty; IsArray = false; } public string Name { get; set; } public string Value { get; set; } public Type Type { get; set; } public bool IsArray { get; set; } public IList ArrayContents { get { if (arrayContents == null) { arrayContents = new List (); } return arrayContents; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. using System; using System.Collections.Generic; using System.Linq; using System.Xaml; namespace Microsoft.Build.Tasks.Xaml { internal class AttributeParameterInfo { IList arrayContents; public AttributeParameterInfo() { Name = String.Empty; Value = String.Empty; IsArray = false; } public string Name { get; set; } public string Value { get; set; } public Type Type { get; set; } public bool IsArray { get; set; } public IList ArrayContents { get { if (arrayContents == null) { arrayContents = new List (); } return arrayContents; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- HttpPostProtocolReflector.cs
- XmlTypeAttribute.cs
- shaperfactory.cs
- XmlSignatureManifest.cs
- NullRuntimeConfig.cs
- InvalidMessageContractException.cs
- ImageInfo.cs
- SmiContext.cs
- HebrewNumber.cs
- TreeViewEvent.cs
- PrinterResolution.cs
- Storyboard.cs
- XmlUtf8RawTextWriter.cs
- CounterSampleCalculator.cs
- Int32Collection.cs
- SqlVisitor.cs
- RadioButtonList.cs
- DataBoundControlAdapter.cs
- ValidateNames.cs
- DataGridHeaderBorder.cs
- XmlCodeExporter.cs
- OdbcConnectionStringbuilder.cs
- XmlnsCache.cs
- HttpSysSettings.cs
- PointLight.cs
- RenderDataDrawingContext.cs
- WebBrowserPermission.cs
- MultitargetUtil.cs
- PropVariant.cs
- Authorization.cs
- TextProviderWrapper.cs
- ImmutableObjectAttribute.cs
- EmptyEnumerable.cs
- StreamGeometry.cs
- ServiceDebugBehavior.cs
- DataKeyArray.cs
- QueryRelOp.cs
- SqlFormatter.cs
- HttpPostedFile.cs
- MetabaseServerConfig.cs
- ScrollableControl.cs
- SrgsElement.cs
- Int16Converter.cs
- ResourceManagerWrapper.cs
- ZoneIdentityPermission.cs
- InternalConfigRoot.cs
- CodeObjectCreateExpression.cs
- ManifestSignatureInformation.cs
- HiddenField.cs
- DBCommandBuilder.cs
- RepeatInfo.cs
- HtmlTable.cs
- hebrewshape.cs
- Annotation.cs
- TraceSource.cs
- AtomicFile.cs
- ConfigXmlElement.cs
- SerializableAttribute.cs
- OracleTimeSpan.cs
- Win32Native.cs
- Base64Encoder.cs
- ShapingWorkspace.cs
- PatternMatcher.cs
- EntityType.cs
- _AuthenticationState.cs
- XamlToRtfWriter.cs
- EntityDataSourceWrapper.cs
- SQLDateTimeStorage.cs
- AssociationEndMember.cs
- FillRuleValidation.cs
- OutputCacheModule.cs
- WorkflowRuntimeServiceElement.cs
- PolicyValidationException.cs
- Socket.cs
- UserPreferenceChangedEventArgs.cs
- BinaryObjectInfo.cs
- SafeSystemMetrics.cs
- ContextMenuAutomationPeer.cs
- RoleGroupCollectionEditor.cs
- DropShadowBitmapEffect.cs
- SqlMultiplexer.cs
- CapabilitiesAssignment.cs
- Debugger.cs
- CodeTypeDelegate.cs
- CatalogPart.cs
- XamlToRtfWriter.cs
- ArrayExtension.cs
- ItemsPanelTemplate.cs
- SendingRequestEventArgs.cs
- WindowsAuthenticationEventArgs.cs
- EqualityArray.cs
- CatchBlock.cs
- KnownColorTable.cs
- UpdatePanelTriggerCollection.cs
- Rectangle.cs
- DefaultParameterValueAttribute.cs
- ServiceOperationUIEditor.cs
- RichTextBox.cs
- StringInfo.cs
- WindowsListViewGroup.cs