Copy Material

How to copy material preset in Unity Editor 3.5, if i have more then one Material on destination object??

renderer.materials is a vector, you can access them using gameObject.renderer.materials[0…n]