Blogger.BlogPosting.Location C# (CSharp) Method

Location() private method

private Location ( ) : int
return int
        int Location()
        {
            //i = i;
            int i;
            i = i;
            for (int i = i; i <10 ; i = i + 1;) {
                //int i;
                i = i + 1;
            }
            return i;
        }