Home
last modified time | relevance | path

Searched refs:namedParamValues (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Reflection.Emit/
H A DCustomAttributeBuilder.cs476 public object[] namedParamValues; field
503 info.namedParamValues = new object [num_named]; in decode_cattr()
532 info.namedParamValues [i] = val; in decode_cattr()
H A DMethodBuilder.cs446 object value = attr.namedParamValues [i]; in SetCustomAttribute()