public void SetAttribute( string name, IList<int> values )
Public Sub SetAttribute ( name As String, values As IList(Of Integer) )
public: void SetAttribute( String^ name, IList<int>^ values )
member SetAttribute : name : string * values : IList<int> -> unit