C# Class System.Xaml.XamlWriterInternalBase.MemberAndValue

Show file Open project: kumpera/mono Class Usage Examples

Public Properties

Property Type Description
Member System.Xaml.XamlMember
OccuredAs AllowedMemberLocations
Value object

Public Methods

Method Description
MemberAndValue ( System.Xaml.XamlMember xm ) : System

Method Details

MemberAndValue() public method

public MemberAndValue ( System.Xaml.XamlMember xm ) : System
xm System.Xaml.XamlMember
return System

Property Details

Member public property

public XamlMember,System.Xaml Member
return System.Xaml.XamlMember

OccuredAs public property

public AllowedMemberLocations OccuredAs
return AllowedMemberLocations

Value public property

public object Value
return object