Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Script code:
- using System;
- class Test
- {
- public int I=0;
- public int J=0;
- public char[] MyChar1 {get;private set;}
- public void Completion(int i=0,int j=0)
- {
- I=i;
- J=j;
- }
- public void Completion(int i,int j,int k)
- {
- I=i;
- J=j;
- }
- public void Completion()
- {
- var test=new Test();
- var ss="";
- ss.Equals("");
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement