Fan.Sys.NotImmutableErr.@typeof C# (CSharp) Method

@typeof() public method

public @typeof ( ) : Type
return Type
        public override Type @typeof()
        {
            return Sys.NotImmutableErrType;
        }