Example #1
0
 public SvgLength replaceItem(SvgLength item, int index)
 {
     return(default(SvgLength));
 }
Example #2
0
 public SvgLength initialize(SvgLength item)
 {
     return(default(SvgLength));
 }
Example #3
0
 public SvgLength insertItemBefore(SvgLength item, int index)
 {
     return(default(SvgLength));
 }
Example #4
0
 public SvgLength appendItem(SvgLength item)
 {
     return(default(SvgLength));
 }
Example #5
0
	public  SvgLength appendItem(SvgLength item) { return default(SvgLength); }
Example #6
0
	public  SvgLength replaceItem(SvgLength item, int index) { return default(SvgLength); }
Example #7
0
	public  SvgLength insertItemBefore(SvgLength item, int index) { return default(SvgLength); }
Example #8
0
	public  SvgLength initialize(SvgLength item) { return default(SvgLength); }