2 overrides of Values
System.CodeDom (2)
Microsoft\CSharp\CSharpMemberAttributeConverter.cs (1)
16
protected override object[]
Values
{ get; } =
Microsoft\CSharp\CSharpTypeAttributeConverter.cs (1)
16
protected override object[]
Values
{ get; } = new object[] { TypeAttributes.Public, TypeAttributes.NotPublic };
3 references to Values
System.CodeDom (3)
Microsoft\CSharp\CSharpModifierAttributeConverter.cs (3)
29
return
Values
[i];
46
object[] modifiers =
Values
;
65
public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) => new StandardValuesCollection(
Values
);