コード例 #1
0
		public FieldMember(FieldInfo fi)
		{
			if( fi == null )
				throw new ArgumentNullException("fi");
			_field = fi;
			_ignore = fi.GetMyAttribute<HttpValueIgnoreAttribute>() != null;
		}