Fan.Sys.Unsafe.isImmutable C# (CSharp) Method

isImmutable() public method

public isImmutable ( ) : bool
return bool
        public override bool isImmutable()
        {
            return true;
        }