System.Security.CodeAccessPermission.FromXml C# (CSharp) Method

FromXml() public abstract method

public abstract FromXml ( SecurityElement elem ) : void
elem SecurityElement
return void
        public abstract void FromXml(SecurityElement elem);
        public override int GetHashCode() => base.GetHashCode();

Same methods

CodeAccessPermission::FromXml ( System elem ) : void