Code:
/ 4.0 / 4.0 / untmp / 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
{
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
- StylusButtonCollection.cs
- CrossAppDomainChannel.cs
- ObjectDataSource.cs
- FindResponse.cs
- Compiler.cs
- ToolStripPanel.cs
- StateManagedCollection.cs
- MetadataUtilsSmi.cs
- ApplicationSettingsBase.cs
- SystemParameters.cs
- ArgumentsParser.cs
- ConfigurationCollectionAttribute.cs
- UnmanagedMarshal.cs
- TraceListener.cs
- MetadataWorkspace.cs
- TextDecorationUnitValidation.cs
- UTF7Encoding.cs
- CngKeyCreationParameters.cs
- PublishLicense.cs
- DbUpdateCommandTree.cs
- AttachmentCollection.cs
- IndexObject.cs
- LexicalChunk.cs
- Package.cs
- PropertyItemInternal.cs
- QueuePathDialog.cs
- UnsafeNativeMethods.cs
- ThrowHelper.cs
- ContractHandle.cs
- DerivedKeyCachingSecurityTokenSerializer.cs
- WindowAutomationPeer.cs
- FrameworkElement.cs
- DataControlImageButton.cs
- DependencyObject.cs
- SimpleBitVector32.cs
- MiniCustomAttributeInfo.cs
- RoleService.cs
- MembershipPasswordException.cs
- PersonalizationDictionary.cs
- AttachedPropertyBrowsableWhenAttributePresentAttribute.cs
- OdbcCommand.cs
- ViewKeyConstraint.cs
- ClientApiGenerator.cs
- VarRemapper.cs
- WS2007HttpBindingCollectionElement.cs
- SqlBooleanizer.cs
- ApplicationServiceHelper.cs
- ReflectionUtil.cs
- KeyboardDevice.cs
- GlobalItem.cs
- Msmq4PoisonHandler.cs
- HtmlButton.cs
- SafeNativeMethods.cs
- _DynamicWinsockMethods.cs
- RequestReplyCorrelator.cs
- Point.cs
- DataSourceGeneratorException.cs
- DigitShape.cs
- UpdateTracker.cs
- GridViewCommandEventArgs.cs
- MsmqChannelFactory.cs
- UTF8Encoding.cs
- SecurityChannelFaultConverter.cs
- DirectoryObjectSecurity.cs
- RemoteWebConfigurationHost.cs
- StrongNameIdentityPermission.cs
- ProgressBarRenderer.cs
- _AutoWebProxyScriptHelper.cs
- ItemDragEvent.cs
- ConstantCheck.cs
- ToolStripDropDownButton.cs
- ComponentChangedEvent.cs
- IndentedWriter.cs
- SoapHeaderAttribute.cs
- HttpCachePolicyElement.cs
- XmlSchemaAppInfo.cs
- TraceRecords.cs
- LoginName.cs
- ParameterDataSourceExpression.cs
- SourceCollection.cs
- InputDevice.cs
- ExpressionVisitor.cs
- WebMethodAttribute.cs
- ContentPresenter.cs
- MessageHeader.cs
- WebZone.cs
- PictureBoxDesigner.cs
- WebControl.cs
- StorageEntitySetMapping.cs
- TiffBitmapDecoder.cs
- FormParameter.cs
- Int32.cs
- ReadOnlyCollection.cs
- ProtocolsSection.cs
- LiteralSubsegment.cs
- ScriptComponentDescriptor.cs
- TextTreeDeleteContentUndoUnit.cs
- XmlQueryContext.cs
- SizeLimitedCache.cs
- MouseButtonEventArgs.cs