1 implementation of IsInitOnly
mscorlib (1)
system\reflection\fieldinfo.cs (1)
167
public bool
IsInitOnly
{ get { return(Attributes & FieldAttributes.InitOnly) != 0; } }