SenseNet.ContentRepository.Fields.VoteData.AddVote C# (CSharp) 메소드

AddVote() 공개 메소드

public AddVote ( int position ) : void
position int
리턴 void
        public void AddVote(int position)
        {
            CountVotes[position - 1] += 1;
            CalculateData();
        }