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