Class ImmutableMethodAttribute
Marks a method as immutable
Inherited Members
Namespace: NMF.Expressions
Assembly: NMF.Expressions.dll
Syntax
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
public sealed class ImmutableMethodAttribute : Attribute