System.Windows.Automation.WindowClosedEventArgs.GetRuntimeId C# (CSharp) Method

GetRuntimeId() public method

public GetRuntimeId ( ) : int[]
return int[]
        public int[] GetRuntimeId()
        {
            return (int[])this._runtimeId.Clone();
        }
    }